Html Css Color HEX #EE1865 Ruby

📋 copy color: '#EE1865'

red 238 ◦ green 24 ◦ blue 101

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

Shades of Ruby #EE1865

Tints of Ruby #EE1865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 101 (39.84% from 255) = 27.82%

R = 65.56%
G = 6.61%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE1865 (or 0xEE1865) is known color: Ruby. HEX triplet: EE, 18 and 65. RGB value is (238,24,101). Sum of RGB (Red+Green+Blue) = 238+24+101=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1865 is #11E79A. Grayscale: #606060. Windows color (decimal): -1173403 or 6625518. OLE color: 6625518.

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

Color convert

RGB 238 24 101 -
CMYK 0 0.90 0.58 0.07
HSL 338.41º 0.86% 0.51% -
HSV(B) 338.41º 0.9% 0.93% -
XYZ 37.94 19.77 14.13 -
YUV 96.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 238 24 101 0 0.90 0.58 0.07 338.41 0.86 0.51
Hex EE 18 65 0 5A 3A 7 152 56 33
Octal 356 30 145 0 132 72 7 522 126 63
Binary 11101110 11000 1100101 0 1011010 111010 111 101010010 1010110 110011

Color Harmonies of #EE1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1865

Black with #EE1865

Text Example


Text Example

White with #EE1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1865; }

 p { color: rgb(238,24,101); }

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

background-color css

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

 a { background-color: rgb(238,24,101); }

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

border-color css

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

 span { border-color: rgb(238,24,101); }

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