Html Css Color HEX #EA2066 Ruby

📋 copy color: '#EA2066'

red 234 ◦ green 32 ◦ blue 102

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

Shades of Ruby #EA2066

Tints of Ruby #EA2066

RGB

 RED value IS 234 (91.8% from 255) = 63.59%

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

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 63.59%
G = 8.7%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2066 (or 0xEA2066) is known color: Ruby. HEX triplet: EA, 20 and 66. RGB value is (234,32,102). Sum of RGB (Red+Green+Blue) = 234+32+102=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2066 is #15DF99. Grayscale: #646464. Windows color (decimal): -1433498 or 6693098. OLE color: 6693098.

HSL color Cylindrical-coordinate representation of color #EA2066: hue angle of 339.21º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2066 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 102 -
CMYK 0 0.86 0.56 0.08
HSL 339.21º 0.83% 0.52% -
HSV(B) 339.21º 0.86% 0.92% -
XYZ 36.85 19.48 14.39 -
YUV 100.38 128.92 223.31 -
System Red Green Blue C M Y K H S L
Decimal 234 32 102 0 0.86 0.56 0.08 339.21 0.83 0.52
Hex EA 20 66 0 56 38 8 153 53 34
Octal 352 40 146 0 126 70 10 523 123 64
Binary 11101010 100000 1100110 0 1010110 111000 1000 101010011 1010011 110100

Color Harmonies of #EA2066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2066

Black with #EA2066

Text Example


Text Example

White with #EA2066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2066; }

 p { color: rgb(234,32,102); }

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

background-color css

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

 a { background-color: rgb(234,32,102); }

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

border-color css

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

 span { border-color: rgb(234,32,102); }

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