Html Css Color HEX #EE1D62 Ruby

📋 copy color: '#EE1D62'

red 238 ◦ green 29 ◦ blue 98

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

Shades of Ruby #EE1D62

Tints of Ruby #EE1D62

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

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

R = 65.21%
G = 7.95%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE1D62 (or 0xEE1D62) is known color: Ruby. HEX triplet: EE, 1D and 62. RGB value is (238,29,98). Sum of RGB (Red+Green+Blue) = 238+29+98=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1D62 is #11E29D. Grayscale: #636363. Windows color (decimal): -1172126 or 6430190. OLE color: 6430190.

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

Color convert

RGB 238 29 98 -
CMYK 0 0.88 0.59 0.07
HSL 340.19º 0.86% 0.52% -
HSV(B) 340.19º 0.88% 0.93% -
XYZ 37.9 19.94 13.41 -
YUV 99.36 127.24 226.89 -
System Red Green Blue C M Y K H S L
Decimal 238 29 98 0 0.88 0.59 0.07 340.19 0.86 0.52
Hex EE 1D 62 0 58 3B 7 154 56 34
Octal 356 35 142 0 130 73 7 524 126 64
Binary 11101110 11101 1100010 0 1011000 111011 111 101010100 1010110 110100

Color Harmonies of #EE1D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D62

Black with #EE1D62

Text Example


Text Example

White with #EE1D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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