Html Css Color HEX #EE0875 Razzmatazz

📋 copy color: '#EE0875'

red 238 ◦ green 8 ◦ blue 117

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

Shades of Razzmatazz #EE0875

Tints of Razzmatazz #EE0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 65.56%
G = 2.2%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0875 (or 0xEE0875) is known color: Razzmatazz. HEX triplet: EE, 08 and 75. RGB value is (238,8,117). Sum of RGB (Red+Green+Blue) = 238+8+117=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0875 is #11F78A. Grayscale: #585858. Windows color (decimal): -1177483 or 7669998. OLE color: 7669998.

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

Color convert

RGB 238 8 117 -
CMYK 0 0.97 0.51 0.07
HSL 331.57º 0.93% 0.48% -
HSV(B) 331.57º 0.97% 0.93% -
XYZ 38.56 19.64 18.59 -
YUV 89.2 143.7 234.14 -
System Red Green Blue C M Y K H S L
Decimal 238 8 117 0 0.97 0.51 0.07 331.57 0.93 0.48
Hex EE 8 75 0 61 33 7 14C 5D 30
Octal 356 10 165 0 141 63 7 514 135 60
Binary 11101110 1000 1110101 0 1100001 110011 111 101001100 1011101 110000

Color Harmonies of #EE0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0875

Black with #EE0875

Text Example


Text Example

White with #EE0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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