Html Css Color HEX #EE0861 Razzmatazz

📋 copy color: '#EE0861'

red 238 ◦ green 8 ◦ blue 97

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

Shades of Razzmatazz #EE0861

Tints of Razzmatazz #EE0861

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 69.39%
G = 2.33%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE0861 (or 0xEE0861) is known color: Razzmatazz. HEX triplet: EE, 08 and 61. RGB value is (238,8,97). Sum of RGB (Red+Green+Blue) = 238+8+97=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0861 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0861 is #11F79E. Grayscale: #565656. Windows color (decimal): -1177503 or 6359278. OLE color: 6359278.

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

Color convert

RGB 238 8 97 -
CMYK 0 0.97 0.59 0.07
HSL 336.78º 0.93% 0.48% -
HSV(B) 336.78º 0.97% 0.93% -
XYZ 37.5 19.21 13.04 -
YUV 86.92 133.7 235.76 -
System Red Green Blue C M Y K H S L
Decimal 238 8 97 0 0.97 0.59 0.07 336.78 0.93 0.48
Hex EE 8 61 0 61 3B 7 151 5D 30
Octal 356 10 141 0 141 73 7 521 135 60
Binary 11101110 1000 1100001 0 1100001 111011 111 101010001 1011101 110000

Color Harmonies of #EE0861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0861

Black with #EE0861

Text Example


Text Example

White with #EE0861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0861; }

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

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

background-color css

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

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

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

border-color css

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

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

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