Html Css Color HEX #E10460 Razzmatazz

📋 copy color: '#E10460'

red 225 ◦ green 4 ◦ blue 96

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

Shades of Razzmatazz #E10460

Tints of Razzmatazz #E10460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 69.23%
G = 1.23%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E10460 (or 0xE10460) is known color: Razzmatazz. HEX triplet: E1, 04 and 60. RGB value is (225,4,96). Sum of RGB (Red+Green+Blue) = 225+4+96=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E10460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10460 is #1EFB9F. Grayscale: #505050. Windows color (decimal): -2030496 or 6292705. OLE color: 6292705.

HSL color Cylindrical-coordinate representation of color #E10460: hue angle of 335.02º degrees, saturation: 0.97, 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 #E10460 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 96 -
CMYK 0 0.98 0.57 0.12
HSL 335.02º 0.97% 0.45% -
HSV(B) 335.02º 0.98% 0.88% -
XYZ 33.21 16.94 12.59 -
YUV 80.57 136.72 231.02 -
System Red Green Blue C M Y K H S L
Decimal 225 4 96 0 0.98 0.57 0.12 335.02 0.97 0.45
Hex E1 4 60 0 62 39 C 14F 61 2D
Octal 341 4 140 0 142 71 14 517 141 55
Binary 11100001 100 1100000 0 1100010 111001 1100 101001111 1100001 101101

Color Harmonies of #E10460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10460

Black with #E10460

Text Example


Text Example

White with #E10460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10460; }

 p { color: rgb(225,4,96); }

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

background-color css

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

 a { background-color: rgb(225,4,96); }

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

border-color css

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

 span { border-color: rgb(225,4,96); }

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