Html Css Color HEX #E72072 Ruby

📋 copy color: '#E72072'

red 231 ◦ green 32 ◦ blue 114

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

Shades of Ruby #E72072

Tints of Ruby #E72072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.49%

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

R = 61.27%
G = 8.49%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E72072 (or 0xE72072) is known color: Ruby. HEX triplet: E7, 20 and 72. RGB value is (231,32,114). Sum of RGB (Red+Green+Blue) = 231+32+114=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E72072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72072 is #18DF8D. Grayscale: #646464. Windows color (decimal): -1630094 or 7479527. OLE color: 7479527.

HSL color Cylindrical-coordinate representation of color #E72072: hue angle of 335.28º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72072 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 114 -
CMYK 0 0.86 0.51 0.09
HSL 335.28º 0.81% 0.52% -
HSV(B) 335.28º 0.86% 0.91% -
XYZ 36.51 19.24 17.71 -
YUV 100.85 135.43 220.83 -
System Red Green Blue C M Y K H S L
Decimal 231 32 114 0 0.86 0.51 0.09 335.28 0.81 0.52
Hex E7 20 72 0 56 33 9 14F 51 34
Octal 347 40 162 0 126 63 11 517 121 64
Binary 11100111 100000 1110010 0 1010110 110011 1001 101001111 1010001 110100

Color Harmonies of #E72072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72072

Black with #E72072

Text Example


Text Example

White with #E72072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72072; }

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

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

background-color css

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

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

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

border-color css

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

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

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