Html Css Color HEX #E50252 Razzmatazz

📋 copy color: '#E50252'

red 229 ◦ green 2 ◦ blue 82

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

Shades of Razzmatazz #E50252

Tints of Razzmatazz #E50252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 73.16%
G = 0.64%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E50252 (or 0xE50252) is known color: Razzmatazz. HEX triplet: E5, 02 and 52. RGB value is (229,2,82). Sum of RGB (Red+Green+Blue) = 229+2+82=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E50252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50252 is #1AFDAD. Grayscale: #4E4E4E. Windows color (decimal): -1768878 or 5374693. OLE color: 5374693.

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

Color convert

RGB 229 2 82 -
CMYK 0 0.99 0.64 0.10
HSL 338.85º 0.98% 0.45% -
HSV(B) 338.85º 0.99% 0.9% -
XYZ 33.86 17.31 9.54 -
YUV 78.99 129.71 235 -
System Red Green Blue C M Y K H S L
Decimal 229 2 82 0 0.99 0.64 0.10 338.85 0.98 0.45
Hex E5 2 52 0 63 40 A 153 62 2D
Octal 345 2 122 0 143 100 12 523 142 55
Binary 11100101 10 1010010 0 1100011 1000000 1010 101010011 1100010 101101

Color Harmonies of #E50252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50252

Black with #E50252

Text Example


Text Example

White with #E50252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50252; }

 p { color: rgb(229,2,82); }

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

background-color css

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

 a { background-color: rgb(229,2,82); }

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

border-color css

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

 span { border-color: rgb(229,2,82); }

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