Html Css Color HEX #E50C4B Razzmatazz

📋 copy color: '#E50C4B'

red 229 ◦ green 12 ◦ blue 75

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

Shades of Razzmatazz #E50C4B

Tints of Razzmatazz #E50C4B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

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

R = 72.47%
G = 3.8%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E50C4B (or 0xE50C4B) is known color: Razzmatazz. HEX triplet: E5, 0C and 4B. RGB value is (229,12,75). Sum of RGB (Red+Green+Blue) = 229+12+75=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50C4B is #1AF3B4. Grayscale: #545454. Windows color (decimal): -1766325 or 4918501. OLE color: 4918501.

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

Color convert

RGB 229 12 75 -
CMYK 0 0.95 0.67 0.10
HSL 342.58º 0.9% 0.47% -
HSV(B) 342.58º 0.95% 0.9% -
XYZ 33.71 17.43 8.24 -
YUV 84.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 229 12 75 0 0.95 0.67 0.10 342.58 0.9 0.47
Hex E5 C 4B 0 5F 43 A 157 5A 2F
Octal 345 14 113 0 137 103 12 527 132 57
Binary 11100101 1100 1001011 0 1011111 1000011 1010 101010111 1011010 101111

Color Harmonies of #E50C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C4B

Black with #E50C4B

Text Example


Text Example

White with #E50C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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