Html Css Color HEX #EE0E61 Razzmatazz

📋 copy color: '#EE0E61'

red 238 ◦ green 14 ◦ blue 97

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

Shades of Razzmatazz #EE0E61

Tints of Razzmatazz #EE0E61

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.01%

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 68.19%
G = 4.01%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE0E61 (or 0xEE0E61) is known color: Razzmatazz. HEX triplet: EE, 0E and 61. RGB value is (238,14,97). Sum of RGB (Red+Green+Blue) = 238+14+97=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0E61 is #11F19E. Grayscale: #5A5A5A. Windows color (decimal): -1175967 or 6360814. OLE color: 6360814.

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

Color convert

RGB 238 14 97 -
CMYK 0 0.94 0.59 0.07
HSL 337.77º 0.89% 0.49% -
HSV(B) 337.77º 0.94% 0.93% -
XYZ 37.57 19.35 13.06 -
YUV 90.44 131.71 233.25 -
System Red Green Blue C M Y K H S L
Decimal 238 14 97 0 0.94 0.59 0.07 337.77 0.89 0.49
Hex EE E 61 0 5E 3B 7 152 59 31
Octal 356 16 141 0 136 73 7 522 131 61
Binary 11101110 1110 1100001 0 1011110 111011 111 101010010 1011001 110001

Color Harmonies of #EE0E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E61

Black with #EE0E61

Text Example


Text Example

White with #EE0E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E61; }

 p { color: rgb(238,14,97); }

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

background-color css

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

 a { background-color: rgb(238,14,97); }

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

border-color css

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

 span { border-color: rgb(238,14,97); }

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