Html Css Color HEX #EE0868 Razzmatazz

📋 copy color: '#EE0868'

red 238 ◦ green 8 ◦ blue 104

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

Shades of Razzmatazz #EE0868

Tints of Razzmatazz #EE0868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 68%
G = 2.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE0868 (or 0xEE0868) is known color: Razzmatazz. HEX triplet: EE, 08 and 68. RGB value is (238,8,104). Sum of RGB (Red+Green+Blue) = 238+8+104=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0868 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0868 is #11F797. Grayscale: #575757. Windows color (decimal): -1177496 or 6818030. OLE color: 6818030.

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

Color convert

RGB 238 8 104 -
CMYK 0 0.97 0.56 0.07
HSL 334.96º 0.93% 0.48% -
HSV(B) 334.96º 0.97% 0.93% -
XYZ 37.85 19.35 14.84 -
YUV 87.71 137.2 235.19 -
System Red Green Blue C M Y K H S L
Decimal 238 8 104 0 0.97 0.56 0.07 334.96 0.93 0.48
Hex EE 8 68 0 61 38 7 14F 5D 30
Octal 356 10 150 0 141 70 7 517 135 60
Binary 11101110 1000 1101000 0 1100001 111000 111 101001111 1011101 110000

Color Harmonies of #EE0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0868

Black with #EE0868

Text Example


Text Example

White with #EE0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0868; }

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

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

background-color css

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

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

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

border-color css

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

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

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