Html Css Color HEX #EE0974 Ruby

📋 copy color: '#EE0974'

red 238 ◦ green 9 ◦ blue 116

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

Shades of Ruby #EE0974

Tints of Ruby #EE0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

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

R = 65.56%
G = 2.48%
B = 31.96%

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

#EE0974 (or 0xEE0974) is known color: Ruby. HEX triplet: EE, 09 and 74. RGB value is (238,9,116). Sum of RGB (Red+Green+Blue) = 238+9+116=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0974 is #11F68B. Grayscale: #595959. Windows color (decimal): -1177228 or 7604718. OLE color: 7604718.

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

Color convert

RGB 238 9 116 -
CMYK 0 0.96 0.51 0.07
HSL 331.97º 0.93% 0.48% -
HSV(B) 331.97º 0.96% 0.93% -
XYZ 38.51 19.63 18.28 -
YUV 89.67 142.87 233.8 -
System Red Green Blue C M Y K H S L
Decimal 238 9 116 0 0.96 0.51 0.07 331.97 0.93 0.48
Hex EE 9 74 0 60 33 7 14C 5D 30
Octal 356 11 164 0 140 63 7 514 135 60
Binary 11101110 1001 1110100 0 1100000 110011 111 101001100 1011101 110000

Color Harmonies of #EE0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0974

Black with #EE0974

Text Example


Text Example

White with #EE0974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0974; }

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

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

background-color css

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

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

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

border-color css

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

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

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