Html Css Color HEX #EE2070 Ruby

📋 copy color: '#EE2070'

red 238 ◦ green 32 ◦ blue 112

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

Shades of Ruby #EE2070

Tints of Ruby #EE2070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 62.3%
G = 8.38%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2070 (or 0xEE2070) is known color: Ruby. HEX triplet: EE, 20 and 70. RGB value is (238,32,112). Sum of RGB (Red+Green+Blue) = 238+32+112=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2070 is #11DF8F. Grayscale: #666666. Windows color (decimal): -1171344 or 7348462. OLE color: 7348462.

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

Color convert

RGB 238 32 112 -
CMYK 0 0.87 0.53 0.07
HSL 336.7º 0.86% 0.53% -
HSV(B) 336.7º 0.87% 0.93% -
XYZ 38.7 20.38 17.22 -
YUV 102.71 133.25 224.5 -
System Red Green Blue C M Y K H S L
Decimal 238 32 112 0 0.87 0.53 0.07 336.7 0.86 0.53
Hex EE 20 70 0 57 35 7 151 56 35
Octal 356 40 160 0 127 65 7 521 126 65
Binary 11101110 100000 1110000 0 1010111 110101 111 101010001 1010110 110101

Color Harmonies of #EE2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2070

Black with #EE2070

Text Example


Text Example

White with #EE2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2070; }

 p { color: rgb(238,32,112); }

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

background-color css

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

 a { background-color: rgb(238,32,112); }

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

border-color css

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

 span { border-color: rgb(238,32,112); }

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