Html Css Color HEX #E10550 Razzmatazz

📋 copy color: '#E10550'

red 225 ◦ green 5 ◦ blue 80

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

Shades of Razzmatazz #E10550

Tints of Razzmatazz #E10550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 72.58%
G = 1.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10550 (or 0xE10550) is known color: Razzmatazz. HEX triplet: E1, 05 and 50. RGB value is (225,5,80). Sum of RGB (Red+Green+Blue) = 225+5+80=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E10550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10550 is #1EFAAF. Grayscale: #4F4F4F. Windows color (decimal): -2030256 or 5244385. OLE color: 5244385.

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

Color convert

RGB 225 5 80 -
CMYK 0 0.98 0.64 0.12
HSL 339.55º 0.96% 0.45% -
HSV(B) 339.55º 0.98% 0.88% -
XYZ 32.55 16.7 9.1 -
YUV 79.33 128.39 231.9 -
System Red Green Blue C M Y K H S L
Decimal 225 5 80 0 0.98 0.64 0.12 339.55 0.96 0.45
Hex E1 5 50 0 62 40 C 154 60 2D
Octal 341 5 120 0 142 100 14 524 140 55
Binary 11100001 101 1010000 0 1100010 1000000 1100 101010100 1100000 101101

Color Harmonies of #E10550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10550

Black with #E10550

Text Example


Text Example

White with #E10550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10550; }

 p { color: rgb(225,5,80); }

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

background-color css

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

 a { background-color: rgb(225,5,80); }

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

border-color css

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

 span { border-color: rgb(225,5,80); }

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