Html Css Color HEX #E10263 Razzmatazz

📋 copy color: '#E10263'

red 225 ◦ green 2 ◦ blue 99

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

Shades of Razzmatazz #E10263

Tints of Razzmatazz #E10263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 69.02%
G = 0.61%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E10263 (or 0xE10263) is known color: Razzmatazz. HEX triplet: E1, 02 and 63. RGB value is (225,2,99). Sum of RGB (Red+Green+Blue) = 225+2+99=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E10263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10263 is #1EFD9C. Grayscale: #4F4F4F. Windows color (decimal): -2031005 or 6488801. OLE color: 6488801.

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

Color convert

RGB 225 2 99 -
CMYK 0 0.99 0.56 0.12
HSL 333.9º 0.98% 0.45% -
HSV(B) 333.9º 0.99% 0.88% -
XYZ 33.33 16.95 13.32 -
YUV 79.74 138.88 231.61 -
System Red Green Blue C M Y K H S L
Decimal 225 2 99 0 0.99 0.56 0.12 333.9 0.98 0.45
Hex E1 2 63 0 63 38 C 14E 62 2D
Octal 341 2 143 0 143 70 14 516 142 55
Binary 11100001 10 1100011 0 1100011 111000 1100 101001110 1100010 101101

Color Harmonies of #E10263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10263

Black with #E10263

Text Example


Text Example

White with #E10263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10263; }

 p { color: rgb(225,2,99); }

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

background-color css

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

 a { background-color: rgb(225,2,99); }

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

border-color css

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

 span { border-color: rgb(225,2,99); }

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