Html Css Color HEX #EE024C Razzmatazz

📋 copy color: '#EE024C'

red 238 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #EE024C

Tints of Razzmatazz #EE024C

RGB

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

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

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

R = 75.32%
G = 0.63%
B = 24.05%

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

#EE024C (or 0xEE024C) is known color: Razzmatazz. HEX triplet: EE, 02 and 4C. RGB value is (238,2,76). Sum of RGB (Red+Green+Blue) = 238+2+76=316 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.32% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 238 - color contains mainly: red. Hex color #EE024C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE024C is #11FDB3. Grayscale: #505050. Windows color (decimal): -1179060 or 4981486. OLE color: 4981486.

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

Color convert

RGB 238 2 76 -
CMYK 0 0.99 0.68 0.07
HSL 341.19º 0.98% 0.47% -
HSV(B) 341.19º 0.99% 0.93% -
XYZ 36.59 18.74 8.53 -
YUV 81 125.19 239.98 -
System Red Green Blue C M Y K H S L
Decimal 238 2 76 0 0.99 0.68 0.07 341.19 0.98 0.47
Hex EE 2 4C 0 63 44 7 155 62 2F
Octal 356 2 114 0 143 104 7 525 142 57
Binary 11101110 10 1001100 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #EE024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE024C

Black with #EE024C

Text Example


Text Example

White with #EE024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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