Html Css Color HEX #E50D4B Razzmatazz

📋 copy color: '#E50D4B'

red 229 ◦ green 13 ◦ blue 75

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

Shades of Razzmatazz #E50D4B

Tints of Razzmatazz #E50D4B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.1%

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 72.24%
G = 4.1%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E50D4B (or 0xE50D4B) is known color: Razzmatazz. HEX triplet: E5, 0D and 4B. RGB value is (229,13,75). Sum of RGB (Red+Green+Blue) = 229+13+75=317 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.24% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50D4B is #1AF2B4. Grayscale: #545454. Windows color (decimal): -1766069 or 4918757. OLE color: 4918757.

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

Color convert

RGB 229 13 75 -
CMYK 0 0.94 0.67 0.10
HSL 342.78º 0.89% 0.47% -
HSV(B) 342.78º 0.94% 0.9% -
XYZ 33.73 17.45 8.25 -
YUV 84.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 229 13 75 0 0.94 0.67 0.10 342.78 0.89 0.47
Hex E5 D 4B 0 5E 43 A 157 59 2F
Octal 345 15 113 0 136 103 12 527 131 57
Binary 11100101 1101 1001011 0 1011110 1000011 1010 101010111 1011001 101111

Color Harmonies of #E50D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D4B

Black with #E50D4B

Text Example


Text Example

White with #E50D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D4B; }

 p { color: rgb(229,13,75); }

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

background-color css

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

 a { background-color: rgb(229,13,75); }

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

border-color css

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

 span { border-color: rgb(229,13,75); }

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