Html Css Color HEX #EE0A54 Razzmatazz

📋 copy color: '#EE0A54'

red 238 ◦ green 10 ◦ blue 84

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

Shades of Razzmatazz #EE0A54

Tints of Razzmatazz #EE0A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.01%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 71.69%
G = 3.01%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE0A54 (or 0xEE0A54) is known color: Razzmatazz. HEX triplet: EE, 0A and 54. RGB value is (238,10,84). Sum of RGB (Red+Green+Blue) = 238+10+84=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A54 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A54 is #11F5AB. Grayscale: #565656. Windows color (decimal): -1177004 or 5507822. OLE color: 5507822.

HSL color Cylindrical-coordinate representation of color #EE0A54: hue angle of 340.53º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A54 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 84 -
CMYK 0 0.96 0.65 0.07
HSL 340.53º 0.92% 0.49% -
HSV(B) 340.53º 0.96% 0.93% -
XYZ 36.97 19.03 10.11 -
YUV 86.61 126.54 235.98 -
System Red Green Blue C M Y K H S L
Decimal 238 10 84 0 0.96 0.65 0.07 340.53 0.92 0.49
Hex EE A 54 0 60 41 7 155 5C 31
Octal 356 12 124 0 140 101 7 525 134 61
Binary 11101110 1010 1010100 0 1100000 1000001 111 101010101 1011100 110001

Color Harmonies of #EE0A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A54

Black with #EE0A54

Text Example


Text Example

White with #EE0A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A54; }

 p { color: rgb(238,10,84); }

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

background-color css

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

 a { background-color: rgb(238,10,84); }

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

border-color css

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

 span { border-color: rgb(238,10,84); }

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