Html Css Color HEX #EE0362 Razzmatazz

📋 copy color: '#EE0362'

red 238 ◦ green 3 ◦ blue 98

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

Shades of Razzmatazz #EE0362

Tints of Razzmatazz #EE0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 70.21%
G = 0.88%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE0362 (or 0xEE0362) is known color: Razzmatazz. HEX triplet: EE, 03 and 62. RGB value is (238,3,98). Sum of RGB (Red+Green+Blue) = 238+3+98=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0362 is #11FC9D. Grayscale: #535353. Windows color (decimal): -1178782 or 6423534. OLE color: 6423534.

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

Color convert

RGB 238 3 98 -
CMYK 0 0.99 0.59 0.07
HSL 335.74º 0.98% 0.47% -
HSV(B) 335.74º 0.99% 0.93% -
XYZ 37.5 19.12 13.27 -
YUV 84.1 135.86 237.78 -
System Red Green Blue C M Y K H S L
Decimal 238 3 98 0 0.99 0.59 0.07 335.74 0.98 0.47
Hex EE 3 62 0 63 3B 7 150 62 2F
Octal 356 3 142 0 143 73 7 520 142 57
Binary 11101110 11 1100010 0 1100011 111011 111 101010000 1100010 101111

Color Harmonies of #EE0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0362

Black with #EE0362

Text Example


Text Example

White with #EE0362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0362; }

 p { color: rgb(238,3,98); }

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

background-color css

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

 a { background-color: rgb(238,3,98); }

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

border-color css

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

 span { border-color: rgb(238,3,98); }

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