Html Css Color HEX #E71772 Ruby

📋 copy color: '#E71772'

red 231 ◦ green 23 ◦ blue 114

#E71772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #E71772

Tints of Ruby #E71772

RGB

 RED value IS 231 (90.63% from 255) = 62.77%

 GREEN value IS 23 (9.38% from 255) = 6.25%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 62.77%
G = 6.25%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E71772 (or 0xE71772) is known color: Ruby. HEX triplet: E7, 17 and 72. RGB value is (231,23,114). Sum of RGB (Red+Green+Blue) = 231+23+114=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71772 is #18E88D. Grayscale: #5F5F5F. Windows color (decimal): -1632398 or 7477223. OLE color: 7477223.

HSL color Cylindrical-coordinate representation of color #E71772: hue angle of 333.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71772 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 23 114 -
CMYK 0 0.90 0.51 0.09
HSL 333.75º 0.82% 0.5% -
HSV(B) 333.75º 0.9% 0.91% -
XYZ 36.3 18.82 17.64 -
YUV 95.57 138.41 224.6 -
System Red Green Blue C M Y K H S L
Decimal 231 23 114 0 0.90 0.51 0.09 333.75 0.82 0.5
Hex E7 17 72 0 5A 33 9 14E 52 32
Octal 347 27 162 0 132 63 11 516 122 62
Binary 11100111 10111 1110010 0 1011010 110011 1001 101001110 1010010 110010

Color Harmonies of #E71772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71772

Black with #E71772

Text Example


Text Example

White with #E71772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71772; }

 p { color: rgb(231,23,114); }

 H1.HeaderClassName
 {
   color: #E71772;
 }
 .AnyTagClassName
 {
   color: #E71772;
 }
</style>

background-color css

<style>
 a { background-color: #E71772; }

 a { background-color: rgb(231,23,114); }

 div.DivClassName
 {
   background-color: #E71772;
 }
 .BgClassName
 {
   background-color: #E71772;
 }
</style>

border-color css

<style>
 span { border-color: #E71772; }

 span { border-color: rgb(231,23,114); }

 td.TdClassName
 {
   border-color: #E71772;
 }
 .TagClassName
 {
   border-color: #E71772;
 }
</style>