Html Css Color HEX #EE1059 Razzmatazz

📋 copy color: '#EE1059'

red 238 ◦ green 16 ◦ blue 89

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

Shades of Razzmatazz #EE1059

Tints of Razzmatazz #EE1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 69.39%
G = 4.66%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE1059 (or 0xEE1059) is known color: Razzmatazz. HEX triplet: EE, 10 and 59. RGB value is (238,16,89). Sum of RGB (Red+Green+Blue) = 238+16+89=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1059 is #11EFA6. Grayscale: #5A5A5A. Windows color (decimal): -1175463 or 5837038. OLE color: 5837038.

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

Color convert

RGB 238 16 89 -
CMYK 0 0.93 0.63 0.07
HSL 340.27º 0.87% 0.5% -
HSV(B) 340.27º 0.93% 0.93% -
XYZ 37.25 19.27 11.21 -
YUV 90.7 127.05 233.06 -
System Red Green Blue C M Y K H S L
Decimal 238 16 89 0 0.93 0.63 0.07 340.27 0.87 0.5
Hex EE 10 59 0 5D 3F 7 154 57 32
Octal 356 20 131 0 135 77 7 524 127 62
Binary 11101110 10000 1011001 0 1011101 111111 111 101010100 1010111 110010

Color Harmonies of #EE1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1059

Black with #EE1059

Text Example


Text Example

White with #EE1059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1059; }

 p { color: rgb(238,16,89); }

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

background-color css

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

 a { background-color: rgb(238,16,89); }

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

border-color css

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

 span { border-color: rgb(238,16,89); }

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