Html Css Color HEX #EE084C Razzmatazz

📋 copy color: '#EE084C'

red 238 ◦ green 8 ◦ blue 76

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

Shades of Razzmatazz #EE084C

Tints of Razzmatazz #EE084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 73.91%
G = 2.48%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE084C (or 0xEE084C) is known color: Razzmatazz. HEX triplet: EE, 08 and 4C. RGB value is (238,8,76). Sum of RGB (Red+Green+Blue) = 238+8+76=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE084C is #11F7B3. Grayscale: #545454. Windows color (decimal): -1177524 or 4983022. OLE color: 4983022.

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

Color convert

RGB 238 8 76 -
CMYK 0 0.97 0.68 0.07
HSL 342.26º 0.93% 0.48% -
HSV(B) 342.26º 0.97% 0.93% -
XYZ 36.65 18.87 8.55 -
YUV 84.52 123.2 237.47 -
System Red Green Blue C M Y K H S L
Decimal 238 8 76 0 0.97 0.68 0.07 342.26 0.93 0.48
Hex EE 8 4C 0 61 44 7 156 5D 30
Octal 356 10 114 0 141 104 7 526 135 60
Binary 11101110 1000 1001100 0 1100001 1000100 111 101010110 1011101 110000

Color Harmonies of #EE084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE084C

Black with #EE084C

Text Example


Text Example

White with #EE084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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