Html Css Color HEX #E72064 Ruby

📋 copy color: '#E72064'

red 231 ◦ green 32 ◦ blue 100

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

Shades of Ruby #E72064

Tints of Ruby #E72064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 63.64%
G = 8.82%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E72064 (or 0xE72064) is known color: Ruby. HEX triplet: E7, 20 and 64. RGB value is (231,32,100). Sum of RGB (Red+Green+Blue) = 231+32+100=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E72064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72064 is #18DF9B. Grayscale: #636363. Windows color (decimal): -1630108 or 6562023. OLE color: 6562023.

HSL color Cylindrical-coordinate representation of color #E72064: hue angle of 339.5º 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 #E72064 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 100 -
CMYK 0 0.86 0.57 0.09
HSL 339.5º 0.81% 0.52% -
HSV(B) 339.5º 0.86% 0.91% -
XYZ 35.77 18.94 13.83 -
YUV 99.25 128.43 221.97 -
System Red Green Blue C M Y K H S L
Decimal 231 32 100 0 0.86 0.57 0.09 339.5 0.81 0.52
Hex E7 20 64 0 56 39 9 153 51 34
Octal 347 40 144 0 126 71 11 523 121 64
Binary 11100111 100000 1100100 0 1010110 111001 1001 101010011 1010001 110100

Color Harmonies of #E72064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72064

Black with #E72064

Text Example


Text Example

White with #E72064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72064; }

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

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

background-color css

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

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

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

border-color css

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

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

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