Html Css Color HEX #E10358 Razzmatazz

📋 copy color: '#E10358'

red 225 ◦ green 3 ◦ blue 88

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

Shades of Razzmatazz #E10358

Tints of Razzmatazz #E10358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 71.2%
G = 0.95%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E10358 (or 0xE10358) is known color: Razzmatazz. HEX triplet: E1, 03 and 58. RGB value is (225,3,88). Sum of RGB (Red+Green+Blue) = 225+3+88=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E10358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10358 is #1EFCA7. Grayscale: #4E4E4E. Windows color (decimal): -2030760 or 5768161. OLE color: 5768161.

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

Color convert

RGB 225 3 88 -
CMYK 0 0.99 0.61 0.12
HSL 337.03º 0.97% 0.45% -
HSV(B) 337.03º 0.99% 0.88% -
XYZ 32.85 16.78 10.74 -
YUV 79.07 133.05 232.09 -
System Red Green Blue C M Y K H S L
Decimal 225 3 88 0 0.99 0.61 0.12 337.03 0.97 0.45
Hex E1 3 58 0 63 3D C 151 61 2D
Octal 341 3 130 0 143 75 14 521 141 55
Binary 11100001 11 1011000 0 1100011 111101 1100 101010001 1100001 101101

Color Harmonies of #E10358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10358

Black with #E10358

Text Example


Text Example

White with #E10358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10358; }

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

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

background-color css

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

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

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

border-color css

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

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

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