Html Css Color HEX #E50465 Razzmatazz

📋 copy color: '#E50465'

red 229 ◦ green 4 ◦ blue 101

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

Shades of Razzmatazz #E50465

Tints of Razzmatazz #E50465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 68.56%
G = 1.2%
B = 30.24%

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

#E50465 (or 0xE50465) is known color: Razzmatazz. HEX triplet: E5, 04 and 65. RGB value is (229,4,101). Sum of RGB (Red+Green+Blue) = 229+4+101=334 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.56% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 229 - color contains mainly: red. Hex color #E50465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50465 is #1AFB9A. Grayscale: #525252. Windows color (decimal): -1768347 or 6620389. OLE color: 6620389.

HSL color Cylindrical-coordinate representation of color #E50465: hue angle of 334.13º degrees, saturation: 0.97, 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 #E50465 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 101 -
CMYK 0 0.98 0.56 0.10
HSL 334.13º 0.97% 0.46% -
HSV(B) 334.13º 0.98% 0.9% -
XYZ 34.71 17.68 13.9 -
YUV 82.33 138.54 232.61 -
System Red Green Blue C M Y K H S L
Decimal 229 4 101 0 0.98 0.56 0.10 334.13 0.97 0.46
Hex E5 4 65 0 62 38 A 14E 61 2E
Octal 345 4 145 0 142 70 12 516 141 56
Binary 11100101 100 1100101 0 1100010 111000 1010 101001110 1100001 101110

Color Harmonies of #E50465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50465

Black with #E50465

Text Example


Text Example

White with #E50465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50465; }

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

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

background-color css

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

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

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

border-color css

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

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

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