Html Css Color HEX #EE0A74 Ruby

📋 copy color: '#EE0A74'

red 238 ◦ green 10 ◦ blue 116

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

Shades of Ruby #EE0A74

Tints of Ruby #EE0A74

RGB

 RED value IS 238 (93.36% from 255) = 65.38%

 GREEN value IS 10 (4.3% from 255) = 2.75%

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 65.38%
G = 2.75%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0A74 (or 0xEE0A74) is known color: Ruby. HEX triplet: EE, 0A and 74. RGB value is (238,10,116). Sum of RGB (Red+Green+Blue) = 238+10+116=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A74 is #11F58B. Grayscale: #5A5A5A. Windows color (decimal): -1176972 or 7604974. OLE color: 7604974.

HSL color Cylindrical-coordinate representation of color #EE0A74: hue angle of 332.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A74 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 116 -
CMYK 0 0.96 0.51 0.07
HSL 332.11º 0.92% 0.49% -
HSV(B) 332.11º 0.96% 0.93% -
XYZ 38.52 19.66 18.29 -
YUV 90.26 142.54 233.38 -
System Red Green Blue C M Y K H S L
Decimal 238 10 116 0 0.96 0.51 0.07 332.11 0.92 0.49
Hex EE A 74 0 60 33 7 14C 5C 31
Octal 356 12 164 0 140 63 7 514 134 61
Binary 11101110 1010 1110100 0 1100000 110011 111 101001100 1011100 110001

Color Harmonies of #EE0A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A74

Black with #EE0A74

Text Example


Text Example

White with #EE0A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A74; }

 p { color: rgb(238,10,116); }

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

background-color css

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

 a { background-color: rgb(238,10,116); }

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

border-color css

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

 span { border-color: rgb(238,10,116); }

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