Html Css Color HEX #EE0E5E Razzmatazz

📋 copy color: '#EE0E5E'

red 238 ◦ green 14 ◦ blue 94

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

Shades of Razzmatazz #EE0E5E

Tints of Razzmatazz #EE0E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 68.79%
G = 4.05%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE0E5E (or 0xEE0E5E) is known color: Razzmatazz. HEX triplet: EE, 0E and 5E. RGB value is (238,14,94). Sum of RGB (Red+Green+Blue) = 238+14+94=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E5E is #11F1A1. Grayscale: #5A5A5A. Windows color (decimal): -1175970 or 6164206. OLE color: 6164206.

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

Color convert

RGB 238 14 94 -
CMYK 0 0.94 0.61 0.07
HSL 338.57º 0.89% 0.49% -
HSV(B) 338.57º 0.94% 0.93% -
XYZ 37.44 19.3 12.34 -
YUV 90.1 130.21 233.5 -
System Red Green Blue C M Y K H S L
Decimal 238 14 94 0 0.94 0.61 0.07 338.57 0.89 0.49
Hex EE E 5E 0 5E 3D 7 153 59 31
Octal 356 16 136 0 136 75 7 523 131 61
Binary 11101110 1110 1011110 0 1011110 111101 111 101010011 1011001 110001

Color Harmonies of #EE0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E5E

Black with #EE0E5E

Text Example


Text Example

White with #EE0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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