Html Css Color HEX #EE0852 Razzmatazz

📋 copy color: '#EE0852'

red 238 ◦ green 8 ◦ blue 82

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

Shades of Razzmatazz #EE0852

Tints of Razzmatazz #EE0852

RGB

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

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

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

R = 72.56%
G = 2.44%
B = 25%

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

#EE0852 (or 0xEE0852) is known color: Razzmatazz. HEX triplet: EE, 08 and 52. RGB value is (238,8,82). Sum of RGB (Red+Green+Blue) = 238+8+82=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0852 is #11F7AD. Grayscale: #555555. Windows color (decimal): -1177518 or 5376238. OLE color: 5376238.

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

Color convert

RGB 238 8 82 -
CMYK 0 0.97 0.66 0.07
HSL 340.7º 0.93% 0.48% -
HSV(B) 340.7º 0.97% 0.93% -
XYZ 36.87 18.96 9.7 -
YUV 85.21 126.2 236.98 -
System Red Green Blue C M Y K H S L
Decimal 238 8 82 0 0.97 0.66 0.07 340.7 0.93 0.48
Hex EE 8 52 0 61 42 7 155 5D 30
Octal 356 10 122 0 141 102 7 525 135 60
Binary 11101110 1000 1010010 0 1100001 1000010 111 101010101 1011101 110000

Color Harmonies of #EE0852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0852

Black with #EE0852

Text Example


Text Example

White with #EE0852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0852; }

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

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

background-color css

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

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

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

border-color css

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

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

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