Html Css Color HEX #E10062 Razzmatazz

📋 copy color: '#E10062'

red 225 ◦ green 0 ◦ blue 98

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

Shades of Razzmatazz #E10062

Tints of Razzmatazz #E10062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 69.66%
G = 0%
B = 30.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10062 (or 0xE10062) is known color: Razzmatazz. HEX triplet: E1, 00 and 62. RGB value is (225,0,98). Sum of RGB (Red+Green+Blue) = 225+0+98=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E10062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10062 is #1EFF9D. Grayscale: #4E4E4E. Windows color (decimal): -2031518 or 6422753. OLE color: 6422753.

HSL color Cylindrical-coordinate representation of color #E10062: hue angle of 333.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10062 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 98 -
CMYK 0 1 0.56 0.12
HSL 333.87º 1% 0.44% -
HSV(B) 333.87º 1% 0.88% -
XYZ 33.26 16.89 13.06 -
YUV 78.45 139.04 232.53 -
System Red Green Blue C M Y K H S L
Decimal 225 0 98 0 1 0.56 0.12 333.87 1 0.44
Hex E1 0 62 0 64 38 C 14E 64 2C
Octal 341 0 142 0 144 70 14 516 144 54
Binary 11100001 0 1100010 0 1100100 111000 1100 101001110 1100100 101100

Color Harmonies of #E10062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10062

Black with #E10062

Text Example


Text Example

White with #E10062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10062; }

 p { color: rgb(225,0,98); }

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

background-color css

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

 a { background-color: rgb(225,0,98); }

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

border-color css

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

 span { border-color: rgb(225,0,98); }

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