Html Css Color HEX #EE0463 Razzmatazz

📋 copy color: '#EE0463'

red 238 ◦ green 4 ◦ blue 99

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

Shades of Razzmatazz #EE0463

Tints of Razzmatazz #EE0463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 69.79%
G = 1.17%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE0463 (or 0xEE0463) is known color: Razzmatazz. HEX triplet: EE, 04 and 63. RGB value is (238,4,99). Sum of RGB (Red+Green+Blue) = 238+4+99=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0463 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0463 is #11FB9C. Grayscale: #545454. Windows color (decimal): -1178525 or 6489326. OLE color: 6489326.

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

Color convert

RGB 238 4 99 -
CMYK 0 0.98 0.58 0.07
HSL 335.64º 0.97% 0.47% -
HSV(B) 335.64º 0.98% 0.93% -
XYZ 37.56 19.16 13.52 -
YUV 84.8 136.02 237.28 -
System Red Green Blue C M Y K H S L
Decimal 238 4 99 0 0.98 0.58 0.07 335.64 0.97 0.47
Hex EE 4 63 0 62 3A 7 150 61 2F
Octal 356 4 143 0 142 72 7 520 141 57
Binary 11101110 100 1100011 0 1100010 111010 111 101010000 1100001 101111

Color Harmonies of #EE0463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0463

Black with #EE0463

Text Example


Text Example

White with #EE0463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0463; }

 p { color: rgb(238,4,99); }

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

background-color css

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

 a { background-color: rgb(238,4,99); }

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

border-color css

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

 span { border-color: rgb(238,4,99); }

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