Html Css Color HEX #EE0D54 Razzmatazz

📋 copy color: '#EE0D54'

red 238 ◦ green 13 ◦ blue 84

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

Shades of Razzmatazz #EE0D54

Tints of Razzmatazz #EE0D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 71.04%
G = 3.88%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE0D54 (or 0xEE0D54) is known color: Razzmatazz. HEX triplet: EE, 0D and 54. RGB value is (238,13,84). Sum of RGB (Red+Green+Blue) = 238+13+84=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D54 is #11F2AB. Grayscale: #585858. Windows color (decimal): -1176236 or 5508590. OLE color: 5508590.

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

Color convert

RGB 238 13 84 -
CMYK 0 0.95 0.65 0.07
HSL 341.07º 0.9% 0.49% -
HSV(B) 341.07º 0.95% 0.93% -
XYZ 37 19.11 10.12 -
YUV 88.37 125.54 234.73 -
System Red Green Blue C M Y K H S L
Decimal 238 13 84 0 0.95 0.65 0.07 341.07 0.9 0.49
Hex EE D 54 0 5F 41 7 155 5A 31
Octal 356 15 124 0 137 101 7 525 132 61
Binary 11101110 1101 1010100 0 1011111 1000001 111 101010101 1011010 110001

Color Harmonies of #EE0D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D54

Black with #EE0D54

Text Example


Text Example

White with #EE0D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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