Html Css Color HEX #EE0F71 Ruby

📋 copy color: '#EE0F71'

red 238 ◦ green 15 ◦ blue 113

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

Shades of Ruby #EE0F71

Tints of Ruby #EE0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 65.03%
G = 4.1%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE0F71 (or 0xEE0F71) is known color: Ruby. HEX triplet: EE, 0F and 71. RGB value is (238,15,113). Sum of RGB (Red+Green+Blue) = 238+15+113=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F71 is #11F08E. Grayscale: #5C5C5C. Windows color (decimal): -1175695 or 7409646. OLE color: 7409646.

HSL color Cylindrical-coordinate representation of color #EE0F71: hue angle of 333.63º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0F71 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 113 -
CMYK 0 0.94 0.53 0.07
HSL 333.63º 0.88% 0.5% -
HSV(B) 333.63º 0.94% 0.93% -
XYZ 38.41 19.71 17.4 -
YUV 92.85 139.38 231.53 -
System Red Green Blue C M Y K H S L
Decimal 238 15 113 0 0.94 0.53 0.07 333.63 0.88 0.5
Hex EE F 71 0 5E 35 7 14E 58 32
Octal 356 17 161 0 136 65 7 516 130 62
Binary 11101110 1111 1110001 0 1011110 110101 111 101001110 1011000 110010

Color Harmonies of #EE0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F71

Black with #EE0F71

Text Example


Text Example

White with #EE0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F71; }

 p { color: rgb(238,15,113); }

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

background-color css

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

 a { background-color: rgb(238,15,113); }

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

border-color css

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

 span { border-color: rgb(238,15,113); }

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