Html Css Color HEX #EE0771 Razzmatazz

📋 copy color: '#EE0771'

red 238 ◦ green 7 ◦ blue 113

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

Shades of Razzmatazz #EE0771

Tints of Razzmatazz #EE0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 66.48%
G = 1.96%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE0771 (or 0xEE0771) is known color: Razzmatazz. HEX triplet: EE, 07 and 71. RGB value is (238,7,113). Sum of RGB (Red+Green+Blue) = 238+7+113=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0771 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0771 is #11F88E. Grayscale: #575757. Windows color (decimal): -1177743 or 7407598. OLE color: 7407598.

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

Color convert

RGB 238 7 113 -
CMYK 0 0.97 0.53 0.07
HSL 332.47º 0.94% 0.48% -
HSV(B) 332.47º 0.97% 0.93% -
XYZ 38.32 19.52 17.37 -
YUV 88.15 142.03 234.88 -
System Red Green Blue C M Y K H S L
Decimal 238 7 113 0 0.97 0.53 0.07 332.47 0.94 0.48
Hex EE 7 71 0 61 35 7 14C 5E 30
Octal 356 7 161 0 141 65 7 514 136 60
Binary 11101110 111 1110001 0 1100001 110101 111 101001100 1011110 110000

Color Harmonies of #EE0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0771

Black with #EE0771

Text Example


Text Example

White with #EE0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0771; }

 p { color: rgb(238,7,113); }

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

background-color css

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

 a { background-color: rgb(238,7,113); }

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

border-color css

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

 span { border-color: rgb(238,7,113); }

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