Html Css Color HEX #E10359 Razzmatazz

📋 copy color: '#E10359'

red 225 ◦ green 3 ◦ blue 89

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

Shades of Razzmatazz #E10359

Tints of Razzmatazz #E10359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 70.98%
G = 0.95%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E10359 (or 0xE10359) is known color: Razzmatazz. HEX triplet: E1, 03 and 59. RGB value is (225,3,89). Sum of RGB (Red+Green+Blue) = 225+3+89=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E10359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10359 is #1EFCA6. Grayscale: #4F4F4F. Windows color (decimal): -2030759 or 5833697. OLE color: 5833697.

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

Color convert

RGB 225 3 89 -
CMYK 0 0.99 0.60 0.12
HSL 336.76º 0.97% 0.45% -
HSV(B) 336.76º 0.99% 0.88% -
XYZ 32.89 16.79 10.96 -
YUV 79.18 133.55 232.01 -
System Red Green Blue C M Y K H S L
Decimal 225 3 89 0 0.99 0.60 0.12 336.76 0.97 0.45
Hex E1 3 59 0 63 3C C 151 61 2D
Octal 341 3 131 0 143 74 14 521 141 55
Binary 11100001 11 1011001 0 1100011 111100 1100 101010001 1100001 101101

Color Harmonies of #E10359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10359

Black with #E10359

Text Example


Text Example

White with #E10359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10359; }

 p { color: rgb(225,3,89); }

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

background-color css

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

 a { background-color: rgb(225,3,89); }

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

border-color css

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

 span { border-color: rgb(225,3,89); }

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