Html Css Color HEX #EE0553 Razzmatazz

📋 copy color: '#EE0553'

red 238 ◦ green 5 ◦ blue 83

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

Shades of Razzmatazz #EE0553

Tints of Razzmatazz #EE0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.53%

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 73.01%
G = 1.53%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE0553 (or 0xEE0553) is known color: Razzmatazz. HEX triplet: EE, 05 and 53. RGB value is (238,5,83). Sum of RGB (Red+Green+Blue) = 238+5+83=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 5 (2.34% from 255 or 1.53% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0553 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0553 is #11FAAC. Grayscale: #535353. Windows color (decimal): -1178285 or 5441006. OLE color: 5441006.

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

Color convert

RGB 238 5 83 -
CMYK 0 0.98 0.65 0.07
HSL 339.91º 0.96% 0.48% -
HSV(B) 339.91º 0.98% 0.93% -
XYZ 36.88 18.91 9.89 -
YUV 83.56 127.69 238.16 -
System Red Green Blue C M Y K H S L
Decimal 238 5 83 0 0.98 0.65 0.07 339.91 0.96 0.48
Hex EE 5 53 0 62 41 7 154 60 30
Octal 356 5 123 0 142 101 7 524 140 60
Binary 11101110 101 1010011 0 1100010 1000001 111 101010100 1100000 110000

Color Harmonies of #EE0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0553

Black with #EE0553

Text Example


Text Example

White with #EE0553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0553; }

 p { color: rgb(238,5,83); }

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

background-color css

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

 a { background-color: rgb(238,5,83); }

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

border-color css

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

 span { border-color: rgb(238,5,83); }

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