Html Css Color HEX #EE084D Razzmatazz

📋 copy color: '#EE084D'

red 238 ◦ green 8 ◦ blue 77

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

Shades of Razzmatazz #EE084D

Tints of Razzmatazz #EE084D

RGB

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

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

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

R = 73.68%
G = 2.48%
B = 23.84%

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

#EE084D (or 0xEE084D) is known color: Razzmatazz. HEX triplet: EE, 08 and 4D. RGB value is (238,8,77). Sum of RGB (Red+Green+Blue) = 238+8+77=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE084D is #11F7B2. Grayscale: #545454. Windows color (decimal): -1177523 or 5048558. OLE color: 5048558.

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

Color convert

RGB 238 8 77 -
CMYK 0 0.97 0.68 0.07
HSL 342º 0.93% 0.48% -
HSV(B) 342º 0.97% 0.93% -
XYZ 36.69 18.89 8.73 -
YUV 84.64 123.7 237.39 -
System Red Green Blue C M Y K H S L
Decimal 238 8 77 0 0.97 0.68 0.07 342 0.93 0.48
Hex EE 8 4D 0 61 44 7 156 5D 30
Octal 356 10 115 0 141 104 7 526 135 60
Binary 11101110 1000 1001101 0 1100001 1000100 111 101010110 1011101 110000

Color Harmonies of #EE084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE084D

Black with #EE084D

Text Example


Text Example

White with #EE084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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