Html Css Color HEX #EE055D Razzmatazz

📋 copy color: '#EE055D'

red 238 ◦ green 5 ◦ blue 93

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

Shades of Razzmatazz #EE055D

Tints of Razzmatazz #EE055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 70.83%
G = 1.49%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE055D (or 0xEE055D) is known color: Razzmatazz. HEX triplet: EE, 05 and 5D. RGB value is (238,5,93). Sum of RGB (Red+Green+Blue) = 238+5+93=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE055D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE055D is #11FAA2. Grayscale: #545454. Windows color (decimal): -1178275 or 6096366. OLE color: 6096366.

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

Color convert

RGB 238 5 93 -
CMYK 0 0.98 0.61 0.07
HSL 337.34º 0.96% 0.48% -
HSV(B) 337.34º 0.98% 0.93% -
XYZ 37.29 19.08 12.07 -
YUV 84.7 132.69 237.34 -
System Red Green Blue C M Y K H S L
Decimal 238 5 93 0 0.98 0.61 0.07 337.34 0.96 0.48
Hex EE 5 5D 0 62 3D 7 151 60 30
Octal 356 5 135 0 142 75 7 521 140 60
Binary 11101110 101 1011101 0 1100010 111101 111 101010001 1100000 110000

Color Harmonies of #EE055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE055D

Black with #EE055D

Text Example


Text Example

White with #EE055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE055D; }

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

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

background-color css

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

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

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

border-color css

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

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

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