Html Css Color HEX #EE0E55 Razzmatazz

📋 copy color: '#EE0E55'

red 238 ◦ green 14 ◦ blue 85

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

Shades of Razzmatazz #EE0E55

Tints of Razzmatazz #EE0E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 70.62%
G = 4.15%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE0E55 (or 0xEE0E55) is known color: Razzmatazz. HEX triplet: EE, 0E and 55. RGB value is (238,14,85). Sum of RGB (Red+Green+Blue) = 238+14+85=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E55 is #11F1AA. Grayscale: #595959. Windows color (decimal): -1175979 or 5574382. OLE color: 5574382.

HSL color Cylindrical-coordinate representation of color #EE0E55: hue angle of 340.98º 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 #EE0E55 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 85 -
CMYK 0 0.94 0.64 0.07
HSL 340.98º 0.89% 0.49% -
HSV(B) 340.98º 0.94% 0.93% -
XYZ 37.06 19.15 10.34 -
YUV 89.07 125.71 234.23 -
System Red Green Blue C M Y K H S L
Decimal 238 14 85 0 0.94 0.64 0.07 340.98 0.89 0.49
Hex EE E 55 0 5E 40 7 155 59 31
Octal 356 16 125 0 136 100 7 525 131 61
Binary 11101110 1110 1010101 0 1011110 1000000 111 101010101 1011001 110001

Color Harmonies of #EE0E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E55

Black with #EE0E55

Text Example


Text Example

White with #EE0E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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