Html Css Color HEX #EE024D Razzmatazz

📋 copy color: '#EE024D'

red 238 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #EE024D

Tints of Razzmatazz #EE024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 75.08%
G = 0.63%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE024D (or 0xEE024D) is known color: Razzmatazz. HEX triplet: EE, 02 and 4D. RGB value is (238,2,77). Sum of RGB (Red+Green+Blue) = 238+2+77=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE024D is #11FDB2. Grayscale: #515151. Windows color (decimal): -1179059 or 5047022. OLE color: 5047022.

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

Color convert

RGB 238 2 77 -
CMYK 0 0.99 0.68 0.07
HSL 340.93º 0.98% 0.47% -
HSV(B) 340.93º 0.99% 0.93% -
XYZ 36.62 18.76 8.71 -
YUV 81.11 125.69 239.9 -
System Red Green Blue C M Y K H S L
Decimal 238 2 77 0 0.99 0.68 0.07 340.93 0.98 0.47
Hex EE 2 4D 0 63 44 7 155 62 2F
Octal 356 2 115 0 143 104 7 525 142 57
Binary 11101110 10 1001101 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #EE024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE024D

Black with #EE024D

Text Example


Text Example

White with #EE024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE024D; }

 p { color: rgb(238,2,77); }

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

background-color css

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

 a { background-color: rgb(238,2,77); }

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

border-color css

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

 span { border-color: rgb(238,2,77); }

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