Html Css Color HEX #EE0E6D Ruby

📋 copy color: '#EE0E6D'

red 238 ◦ green 14 ◦ blue 109

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

Shades of Ruby #EE0E6D

Tints of Ruby #EE0E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 65.93%
G = 3.88%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE0E6D (or 0xEE0E6D) is known color: Ruby. HEX triplet: EE, 0E and 6D. RGB value is (238,14,109). Sum of RGB (Red+Green+Blue) = 238+14+109=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E6D is #11F192. Grayscale: #5B5B5B. Windows color (decimal): -1175955 or 7147246. OLE color: 7147246.

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

Color convert

RGB 238 14 109 -
CMYK 0 0.94 0.54 0.07
HSL 334.55º 0.89% 0.49% -
HSV(B) 334.55º 0.94% 0.93% -
XYZ 38.18 19.6 16.24 -
YUV 91.81 137.71 232.28 -
System Red Green Blue C M Y K H S L
Decimal 238 14 109 0 0.94 0.54 0.07 334.55 0.89 0.49
Hex EE E 6D 0 5E 36 7 14F 59 31
Octal 356 16 155 0 136 66 7 517 131 61
Binary 11101110 1110 1101101 0 1011110 110110 111 101001111 1011001 110001

Color Harmonies of #EE0E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E6D

Black with #EE0E6D

Text Example


Text Example

White with #EE0E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E6D; }

 p { color: rgb(238,14,109); }

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

background-color css

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

 a { background-color: rgb(238,14,109); }

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

border-color css

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

 span { border-color: rgb(238,14,109); }

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