Html Css Color HEX #EE0D6E Ruby

📋 copy color: '#EE0D6E'

red 238 ◦ green 13 ◦ blue 110

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

Shades of Ruby #EE0D6E

Tints of Ruby #EE0D6E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.6%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 65.93%
G = 3.6%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE0D6E (or 0xEE0D6E) is known color: Ruby. HEX triplet: EE, 0D and 6E. RGB value is (238,13,110). Sum of RGB (Red+Green+Blue) = 238+13+110=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D6E is #11F291. Grayscale: #5B5B5B. Windows color (decimal): -1176210 or 7212526. OLE color: 7212526.

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

Color convert

RGB 238 13 110 -
CMYK 0 0.95 0.54 0.07
HSL 334.13º 0.9% 0.49% -
HSV(B) 334.13º 0.95% 0.93% -
XYZ 38.22 19.59 16.52 -
YUV 91.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 238 13 110 0 0.95 0.54 0.07 334.13 0.9 0.49
Hex EE D 6E 0 5F 36 7 14E 5A 31
Octal 356 15 156 0 137 66 7 516 132 61
Binary 11101110 1101 1101110 0 1011111 110110 111 101001110 1011010 110001

Color Harmonies of #EE0D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D6E

Black with #EE0D6E

Text Example


Text Example

White with #EE0D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D6E; }

 p { color: rgb(238,13,110); }

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

background-color css

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

 a { background-color: rgb(238,13,110); }

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

border-color css

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

 span { border-color: rgb(238,13,110); }

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