Html Css Color HEX #EE0464 Razzmatazz

📋 copy color: '#EE0464'

red 238 ◦ green 4 ◦ blue 100

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

Shades of Razzmatazz #EE0464

Tints of Razzmatazz #EE0464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 69.59%
G = 1.17%
B = 29.24%

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

#EE0464 (or 0xEE0464) is known color: Razzmatazz. HEX triplet: EE, 04 and 64. RGB value is (238,4,100). Sum of RGB (Red+Green+Blue) = 238+4+100=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0464 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0464 is #11FB9B. Grayscale: #545454. Windows color (decimal): -1178524 or 6554862. OLE color: 6554862.

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

Color convert

RGB 238 4 100 -
CMYK 0 0.98 0.58 0.07
HSL 335.38º 0.97% 0.47% -
HSV(B) 335.38º 0.98% 0.93% -
XYZ 37.6 19.18 13.78 -
YUV 84.91 136.52 237.19 -
System Red Green Blue C M Y K H S L
Decimal 238 4 100 0 0.98 0.58 0.07 335.38 0.97 0.47
Hex EE 4 64 0 62 3A 7 14F 61 2F
Octal 356 4 144 0 142 72 7 517 141 57
Binary 11101110 100 1100100 0 1100010 111010 111 101001111 1100001 101111

Color Harmonies of #EE0464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0464

Black with #EE0464

Text Example


Text Example

White with #EE0464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0464; }

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

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

background-color css

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

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

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

border-color css

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

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

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