Html Css Color HEX #E10552 Razzmatazz

📋 copy color: '#E10552'

red 225 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #E10552

Tints of Razzmatazz #E10552

RGB

 RED value IS 225 (88.28% from 255) = 72.12%

 GREEN value IS 5 (2.34% from 255) = 1.6%

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

R = 72.12%
G = 1.6%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10552 (or 0xE10552) is known color: Razzmatazz. HEX triplet: E1, 05 and 52. RGB value is (225,5,82). Sum of RGB (Red+Green+Blue) = 225+5+82=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E10552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10552 is #1EFAAD. Grayscale: #4F4F4F. Windows color (decimal): -2030254 or 5375457. OLE color: 5375457.

HSL color Cylindrical-coordinate representation of color #E10552: hue angle of 339º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10552 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 5 82 -
CMYK 0 0.98 0.64 0.12
HSL 339º 0.96% 0.45% -
HSV(B) 339º 0.98% 0.88% -
XYZ 32.63 16.73 9.49 -
YUV 79.56 129.39 231.74 -
System Red Green Blue C M Y K H S L
Decimal 225 5 82 0 0.98 0.64 0.12 339 0.96 0.45
Hex E1 5 52 0 62 40 C 153 60 2D
Octal 341 5 122 0 142 100 14 523 140 55
Binary 11100001 101 1010010 0 1100010 1000000 1100 101010011 1100000 101101

Color Harmonies of #E10552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10552

Black with #E10552

Text Example


Text Example

White with #E10552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10552; }

 p { color: rgb(225,5,82); }

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

background-color css

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

 a { background-color: rgb(225,5,82); }

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

border-color css

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

 span { border-color: rgb(225,5,82); }

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