Html Css Color HEX #EE005A Razzmatazz

📋 copy color: '#EE005A'

red 238 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #EE005A

Tints of Razzmatazz #EE005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.56%
G = 0%
B = 27.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE005A (or 0xEE005A) is known color: Razzmatazz. HEX triplet: EE, 00 and 5A. RGB value is (238,0,90). Sum of RGB (Red+Green+Blue) = 238+0+90=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE005A is #11FFA5. Grayscale: #515151. Windows color (decimal): -1179558 or 5898478. OLE color: 5898478.

HSL color Cylindrical-coordinate representation of color #EE005A: hue angle of 337.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE005A is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 0 90 -
CMYK 0 1 0.62 0.07
HSL 337.31º 1% 0.47% -
HSV(B) 337.31º 1% 0.93% -
XYZ 37.11 18.92 11.37 -
YUV 81.42 132.85 239.68 -
System Red Green Blue C M Y K H S L
Decimal 238 0 90 0 1 0.62 0.07 337.31 1 0.47
Hex EE 0 5A 0 64 3E 7 151 64 2F
Octal 356 0 132 0 144 76 7 521 144 57
Binary 11101110 0 1011010 0 1100100 111110 111 101010001 1100100 101111

Color Harmonies of #EE005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE005A

Black with #EE005A

Text Example


Text Example

White with #EE005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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