Html Css Color HEX #EE004E Razzmatazz

📋 copy color: '#EE004E'

red 238 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #EE004E

Tints of Razzmatazz #EE004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.68%

R = 75.32%
G = 0%
B = 24.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE004E (or 0xEE004E) is known color: Razzmatazz. HEX triplet: EE, 00 and 4E. RGB value is (238,0,78). Sum of RGB (Red+Green+Blue) = 238+0+78=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE004E is #11FFB1. Grayscale: #4F4F4F. Windows color (decimal): -1179570 or 5112046. OLE color: 5112046.

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

Color convert

RGB 238 0 78 -
CMYK 0 1 0.67 0.07
HSL 340.34º 1% 0.47% -
HSV(B) 340.34º 1% 0.93% -
XYZ 36.64 18.73 8.89 -
YUV 80.05 126.85 240.66 -
System Red Green Blue C M Y K H S L
Decimal 238 0 78 0 1 0.67 0.07 340.34 1 0.47
Hex EE 0 4E 0 64 43 7 154 64 2F
Octal 356 0 116 0 144 103 7 524 144 57
Binary 11101110 0 1001110 0 1100100 1000011 111 101010100 1100100 101111

Color Harmonies of #EE004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE004E

Black with #EE004E

Text Example


Text Example

White with #EE004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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