Html Css Color HEX #EE0752 Razzmatazz

📋 copy color: '#EE0752'

red 238 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #EE0752

Tints of Razzmatazz #EE0752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 72.78%
G = 2.14%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE0752 (or 0xEE0752) is known color: Razzmatazz. HEX triplet: EE, 07 and 52. RGB value is (238,7,82). Sum of RGB (Red+Green+Blue) = 238+7+82=327 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.78% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0752 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0752 is #11F8AD. Grayscale: #545454. Windows color (decimal): -1177774 or 5375982. OLE color: 5375982.

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

Color convert

RGB 238 7 82 -
CMYK 0 0.97 0.66 0.07
HSL 340.52º 0.94% 0.48% -
HSV(B) 340.52º 0.97% 0.93% -
XYZ 36.86 18.94 9.7 -
YUV 84.62 126.53 237.4 -
System Red Green Blue C M Y K H S L
Decimal 238 7 82 0 0.97 0.66 0.07 340.52 0.94 0.48
Hex EE 7 52 0 61 42 7 155 5E 30
Octal 356 7 122 0 141 102 7 525 136 60
Binary 11101110 111 1010010 0 1100001 1000010 111 101010101 1011110 110000

Color Harmonies of #EE0752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0752

Black with #EE0752

Text Example


Text Example

White with #EE0752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0752; }

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

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

background-color css

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

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

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

border-color css

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

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

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