Html Css Color HEX #EE024B Razzmatazz

📋 copy color: '#EE024B'

red 238 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #EE024B

Tints of Razzmatazz #EE024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.81%

R = 75.56%
G = 0.63%
B = 23.81%

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

#EE024B (or 0xEE024B) is known color: Razzmatazz. HEX triplet: EE, 02 and 4B. RGB value is (238,2,75). Sum of RGB (Red+Green+Blue) = 238+2+75=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE024B is #11FDB4. Grayscale: #505050. Windows color (decimal): -1179061 or 4915950. OLE color: 4915950.

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

Color convert

RGB 238 2 75 -
CMYK 0 0.99 0.68 0.07
HSL 341.44º 0.98% 0.47% -
HSV(B) 341.44º 0.99% 0.93% -
XYZ 36.55 18.73 8.35 -
YUV 80.89 124.69 240.06 -
System Red Green Blue C M Y K H S L
Decimal 238 2 75 0 0.99 0.68 0.07 341.44 0.98 0.47
Hex EE 2 4B 0 63 44 7 155 62 2F
Octal 356 2 113 0 143 104 7 525 142 57
Binary 11101110 10 1001011 0 1100011 1000100 111 101010101 1100010 101111

Color Harmonies of #EE024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE024B

Black with #EE024B

Text Example


Text Example

White with #EE024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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