Html Css Color HEX #EE0F64 Razzmatazz

📋 copy color: '#EE0F64'

red 238 ◦ green 15 ◦ blue 100

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

Shades of Razzmatazz #EE0F64

Tints of Razzmatazz #EE0F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.25%

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

R = 67.42%
G = 4.25%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE0F64 (or 0xEE0F64) is known color: Razzmatazz. HEX triplet: EE, 0F and 64. RGB value is (238,15,100). Sum of RGB (Red+Green+Blue) = 238+15+100=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F64 is #11F09B. Grayscale: #5B5B5B. Windows color (decimal): -1175708 or 6557678. OLE color: 6557678.

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

Color convert

RGB 238 15 100 -
CMYK 0 0.94 0.58 0.07
HSL 337.13º 0.88% 0.5% -
HSV(B) 337.13º 0.94% 0.93% -
XYZ 37.73 19.44 13.82 -
YUV 91.37 132.88 232.59 -
System Red Green Blue C M Y K H S L
Decimal 238 15 100 0 0.94 0.58 0.07 337.13 0.88 0.5
Hex EE F 64 0 5E 3A 7 151 58 32
Octal 356 17 144 0 136 72 7 521 130 62
Binary 11101110 1111 1100100 0 1011110 111010 111 101010001 1011000 110010

Color Harmonies of #EE0F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0F64

Black with #EE0F64

Text Example


Text Example

White with #EE0F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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