Html Css Color HEX #EE1267 Ruby

📋 copy color: '#EE1267'

red 238 ◦ green 18 ◦ blue 103

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

Shades of Ruby #EE1267

Tints of Ruby #EE1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

 BLUE value IS 103 (40.63% from 255) = 28.69%

R = 66.3%
G = 5.01%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EE1267 (or 0xEE1267) is known color: Ruby. HEX triplet: EE, 12 and 67. RGB value is (238,18,103). Sum of RGB (Red+Green+Blue) = 238+18+103=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1267 is #11ED98. Grayscale: #5D5D5D. Windows color (decimal): -1174937 or 6755054. OLE color: 6755054.

HSL color Cylindrical-coordinate representation of color #EE1267: hue angle of 336.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1267 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 18 103 -
CMYK 0 0.92 0.57 0.07
HSL 336.82º 0.87% 0.5% -
HSV(B) 336.82º 0.92% 0.93% -
XYZ 37.92 19.59 14.61 -
YUV 93.47 133.39 231.09 -
System Red Green Blue C M Y K H S L
Decimal 238 18 103 0 0.92 0.57 0.07 336.82 0.87 0.5
Hex EE 12 67 0 5C 39 7 151 57 32
Octal 356 22 147 0 134 71 7 521 127 62
Binary 11101110 10010 1100111 0 1011100 111001 111 101010001 1010111 110010

Color Harmonies of #EE1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1267

Black with #EE1267

Text Example


Text Example

White with #EE1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1267; }

 p { color: rgb(238,18,103); }

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

background-color css

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

 a { background-color: rgb(238,18,103); }

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

border-color css

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

 span { border-color: rgb(238,18,103); }

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