Html Css Color HEX #E50A65 Razzmatazz

📋 copy color: '#E50A65'

red 229 ◦ green 10 ◦ blue 101

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

Shades of Razzmatazz #E50A65

Tints of Razzmatazz #E50A65

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

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

R = 67.35%
G = 2.94%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E50A65 (or 0xE50A65) is known color: Razzmatazz. HEX triplet: E5, 0A and 65. RGB value is (229,10,101). Sum of RGB (Red+Green+Blue) = 229+10+101=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A65 is #1AF59A. Grayscale: #555555. Windows color (decimal): -1766811 or 6621925. OLE color: 6621925.

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

Color convert

RGB 229 10 101 -
CMYK 0 0.96 0.56 0.10
HSL 335.07º 0.92% 0.47% -
HSV(B) 335.07º 0.96% 0.9% -
XYZ 34.77 17.81 13.92 -
YUV 85.86 136.55 230.1 -
System Red Green Blue C M Y K H S L
Decimal 229 10 101 0 0.96 0.56 0.10 335.07 0.92 0.47
Hex E5 A 65 0 60 38 A 14F 5C 2F
Octal 345 12 145 0 140 70 12 517 134 57
Binary 11100101 1010 1100101 0 1100000 111000 1010 101001111 1011100 101111

Color Harmonies of #E50A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A65

Black with #E50A65

Text Example


Text Example

White with #E50A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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