Html Css Color HEX #E50565 Razzmatazz

📋 copy color: '#E50565'

red 229 ◦ green 5 ◦ blue 101

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

Shades of Razzmatazz #E50565

Tints of Razzmatazz #E50565

RGB

 RED value IS 229 (89.84% from 255) = 68.36%

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

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 68.36%
G = 1.49%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50565 (or 0xE50565) is known color: Razzmatazz. HEX triplet: E5, 05 and 65. RGB value is (229,5,101). Sum of RGB (Red+Green+Blue) = 229+5+101=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E50565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50565 is #1AFA9A. Grayscale: #525252. Windows color (decimal): -1768091 or 6620645. OLE color: 6620645.

HSL color Cylindrical-coordinate representation of color #E50565: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E50565 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 101 -
CMYK 0 0.98 0.56 0.10
HSL 334.29º 0.96% 0.46% -
HSV(B) 334.29º 0.98% 0.9% -
XYZ 34.72 17.71 13.9 -
YUV 82.92 138.21 232.19 -
System Red Green Blue C M Y K H S L
Decimal 229 5 101 0 0.98 0.56 0.10 334.29 0.96 0.46
Hex E5 5 65 0 62 38 A 14E 60 2E
Octal 345 5 145 0 142 70 12 516 140 56
Binary 11100101 101 1100101 0 1100010 111000 1010 101001110 1100000 101110

Color Harmonies of #E50565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50565

Black with #E50565

Text Example


Text Example

White with #E50565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50565; }

 p { color: rgb(229,5,101); }

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

background-color css

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

 a { background-color: rgb(229,5,101); }

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

border-color css

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

 span { border-color: rgb(229,5,101); }

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