Html Css Color HEX #EE0259 Razzmatazz

📋 copy color: '#EE0259'

red 238 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #EE0259

Tints of Razzmatazz #EE0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 72.34%
G = 0.61%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE0259 (or 0xEE0259) is known color: Razzmatazz. HEX triplet: EE, 02 and 59. RGB value is (238,2,89). Sum of RGB (Red+Green+Blue) = 238+2+89=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0259 is #11FDA6. Grayscale: #525252. Windows color (decimal): -1179047 or 5833454. OLE color: 5833454.

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

Color convert

RGB 238 2 89 -
CMYK 0 0.99 0.63 0.07
HSL 337.88º 0.98% 0.47% -
HSV(B) 337.88º 0.99% 0.93% -
XYZ 37.08 18.94 11.15 -
YUV 82.48 131.69 238.93 -
System Red Green Blue C M Y K H S L
Decimal 238 2 89 0 0.99 0.63 0.07 337.88 0.98 0.47
Hex EE 2 59 0 63 3F 7 152 62 2F
Octal 356 2 131 0 143 77 7 522 142 57
Binary 11101110 10 1011001 0 1100011 111111 111 101010010 1100010 101111

Color Harmonies of #EE0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0259

Black with #EE0259

Text Example


Text Example

White with #EE0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0259; }

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

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

background-color css

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

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

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

border-color css

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

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

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