Html Css Color HEX #EE1562 Ruby

📋 copy color: '#EE1562'

red 238 ◦ green 21 ◦ blue 98

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

Shades of Ruby #EE1562

Tints of Ruby #EE1562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.88%

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

R = 66.67%
G = 5.88%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE1562 (or 0xEE1562) is known color: Ruby. HEX triplet: EE, 15 and 62. RGB value is (238,21,98). Sum of RGB (Red+Green+Blue) = 238+21+98=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1562 is #11EA9D. Grayscale: #5E5E5E. Windows color (decimal): -1174174 or 6428142. OLE color: 6428142.

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

Color convert

RGB 238 21 98 -
CMYK 0 0.91 0.59 0.07
HSL 338.71º 0.86% 0.51% -
HSV(B) 338.71º 0.91% 0.93% -
XYZ 37.73 19.6 13.35 -
YUV 94.66 129.89 230.24 -
System Red Green Blue C M Y K H S L
Decimal 238 21 98 0 0.91 0.59 0.07 338.71 0.86 0.51
Hex EE 15 62 0 5B 3B 7 153 56 33
Octal 356 25 142 0 133 73 7 523 126 63
Binary 11101110 10101 1100010 0 1011011 111011 111 101010011 1010110 110011

Color Harmonies of #EE1562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1562

Black with #EE1562

Text Example


Text Example

White with #EE1562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1562; }

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

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

background-color css

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

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

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

border-color css

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

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

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