Html Css Color HEX #EE004C Razzmatazz

📋 copy color: '#EE004C'

red 238 ◦ green 0 ◦ blue 76

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

Shades of Razzmatazz #EE004C

Tints of Razzmatazz #EE004C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 76 (30.08% from 255) = 24.2%

R = 75.8%
G = 0%
B = 24.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE004C (or 0xEE004C) is known color: Razzmatazz. HEX triplet: EE, 00 and 4C. RGB value is (238,0,76). Sum of RGB (Red+Green+Blue) = 238+0+76=314 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.80% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 238 - color contains mainly: red. Hex color #EE004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE004C is #11FFB3. Grayscale: #4F4F4F. Windows color (decimal): -1179572 or 4980974. OLE color: 4980974.

HSL color Cylindrical-coordinate representation of color #EE004C: hue angle of 340.84º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 76 -
CMYK 0 1 0.68 0.07
HSL 340.84º 1% 0.47% -
HSV(B) 340.84º 1% 0.93% -
XYZ 36.56 18.7 8.52 -
YUV 79.83 125.85 240.82 -
System Red Green Blue C M Y K H S L
Decimal 238 0 76 0 1 0.68 0.07 340.84 1 0.47
Hex EE 0 4C 0 64 44 7 155 64 2F
Octal 356 0 114 0 144 104 7 525 144 57
Binary 11101110 0 1001100 0 1100100 1000100 111 101010101 1100100 101111

Color Harmonies of #EE004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE004C

Black with #EE004C

Text Example


Text Example

White with #EE004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE004C; }

 p { color: rgb(238,0,76); }

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

background-color css

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

 a { background-color: rgb(238,0,76); }

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

border-color css

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

 span { border-color: rgb(238,0,76); }

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