Html Css Color HEX #EE084A Razzmatazz

📋 copy color: '#EE084A'

red 238 ◦ green 8 ◦ blue 74

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

Shades of Razzmatazz #EE084A

Tints of Razzmatazz #EE084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.13%

R = 74.38%
G = 2.5%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE084A (or 0xEE084A) is known color: Razzmatazz. HEX triplet: EE, 08 and 4A. RGB value is (238,8,74). Sum of RGB (Red+Green+Blue) = 238+8+74=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE084A is #11F7B5. Grayscale: #545454. Windows color (decimal): -1177526 or 4851950. OLE color: 4851950.

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

Color convert

RGB 238 8 74 -
CMYK 0 0.97 0.69 0.07
HSL 342.78º 0.93% 0.48% -
HSV(B) 342.78º 0.97% 0.93% -
XYZ 36.58 18.85 8.19 -
YUV 84.29 122.2 237.63 -
System Red Green Blue C M Y K H S L
Decimal 238 8 74 0 0.97 0.69 0.07 342.78 0.93 0.48
Hex EE 8 4A 0 61 45 7 157 5D 30
Octal 356 10 112 0 141 105 7 527 135 60
Binary 11101110 1000 1001010 0 1100001 1000101 111 101010111 1011101 110000

Color Harmonies of #EE084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE084A

Black with #EE084A

Text Example


Text Example

White with #EE084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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