Html Css Color HEX #E10952 Razzmatazz

📋 copy color: '#E10952'

red 225 ◦ green 9 ◦ blue 82

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

Shades of Razzmatazz #E10952

Tints of Razzmatazz #E10952

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 71.2%
G = 2.85%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10952 (or 0xE10952) is known color: Razzmatazz. HEX triplet: E1, 09 and 52. RGB value is (225,9,82). Sum of RGB (Red+Green+Blue) = 225+9+82=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E10952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10952 is #1EF6AD. Grayscale: #515151. Windows color (decimal): -2029230 or 5376481. OLE color: 5376481.

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

Color convert

RGB 225 9 82 -
CMYK 0 0.96 0.64 0.12
HSL 339.72º 0.92% 0.46% -
HSV(B) 339.72º 0.96% 0.88% -
XYZ 32.67 16.81 9.51 -
YUV 81.91 128.06 230.06 -
System Red Green Blue C M Y K H S L
Decimal 225 9 82 0 0.96 0.64 0.12 339.72 0.92 0.46
Hex E1 9 52 0 60 40 C 154 5C 2E
Octal 341 11 122 0 140 100 14 524 134 56
Binary 11100001 1001 1010010 0 1100000 1000000 1100 101010100 1011100 101110

Color Harmonies of #E10952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10952

Black with #E10952

Text Example


Text Example

White with #E10952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10952; }

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

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

background-color css

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

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

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

border-color css

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

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

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