Html Css Color HEX #EE2062 Ruby

📋 copy color: '#EE2062'

red 238 ◦ green 32 ◦ blue 98

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

Shades of Ruby #EE2062

Tints of Ruby #EE2062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.63%

R = 64.67%
G = 8.7%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE2062 (or 0xEE2062) is known color: Ruby. HEX triplet: EE, 20 and 62. RGB value is (238,32,98). Sum of RGB (Red+Green+Blue) = 238+32+98=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2062 is #11DF9D. Grayscale: #656565. Windows color (decimal): -1171358 or 6430958. OLE color: 6430958.

HSL color Cylindrical-coordinate representation of color #EE2062: hue angle of 340.78º 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 #EE2062 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 98 -
CMYK 0 0.87 0.59 0.07
HSL 340.78º 0.86% 0.53% -
HSV(B) 340.78º 0.87% 0.93% -
XYZ 37.98 20.09 13.43 -
YUV 101.12 126.25 225.63 -
System Red Green Blue C M Y K H S L
Decimal 238 32 98 0 0.87 0.59 0.07 340.78 0.86 0.53
Hex EE 20 62 0 57 3B 7 155 56 35
Octal 356 40 142 0 127 73 7 525 126 65
Binary 11101110 100000 1100010 0 1010111 111011 111 101010101 1010110 110101

Color Harmonies of #EE2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2062

Black with #EE2062

Text Example


Text Example

White with #EE2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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