Html Css Color HEX #EE055A Razzmatazz

📋 copy color: '#EE055A'

red 238 ◦ green 5 ◦ blue 90

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

Shades of Razzmatazz #EE055A

Tints of Razzmatazz #EE055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 71.47%
G = 1.5%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE055A (or 0xEE055A) is known color: Razzmatazz. HEX triplet: EE, 05 and 5A. RGB value is (238,5,90). Sum of RGB (Red+Green+Blue) = 238+5+90=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE055A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE055A is #11FAA5. Grayscale: #545454. Windows color (decimal): -1178278 or 5899758. OLE color: 5899758.

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

Color convert

RGB 238 5 90 -
CMYK 0 0.98 0.62 0.07
HSL 338.11º 0.96% 0.48% -
HSV(B) 338.11º 0.98% 0.93% -
XYZ 37.16 19.02 11.39 -
YUV 84.36 131.19 237.59 -
System Red Green Blue C M Y K H S L
Decimal 238 5 90 0 0.98 0.62 0.07 338.11 0.96 0.48
Hex EE 5 5A 0 62 3E 7 152 60 30
Octal 356 5 132 0 142 76 7 522 140 60
Binary 11101110 101 1011010 0 1100010 111110 111 101010010 1100000 110000

Color Harmonies of #EE055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE055A

Black with #EE055A

Text Example


Text Example

White with #EE055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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