Html Css Color HEX #EB4A50 Mandy

📋 copy color: '#EB4A50'

red 235 ◦ green 74 ◦ blue 80

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

Shades of Mandy #EB4A50

Tints of Mandy #EB4A50

RGB

 RED value IS 235 (92.19% from 255) = 60.41%

 GREEN value IS 74 (29.3% from 255) = 19.02%

 BLUE value IS 80 (31.64% from 255) = 20.57%

R = 60.41%
G = 19.02%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB4A50 (or 0xEB4A50) is known color: Mandy. HEX triplet: EB, 4A and 50. RGB value is (235,74,80). Sum of RGB (Red+Green+Blue) = 235+74+80=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A50 is #14B5AF. Grayscale: #7A7A7A. Windows color (decimal): -1357232 or 5262059. OLE color: 5262059.

HSL color Cylindrical-coordinate representation of color #EB4A50: hue angle of 357.76º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4A50 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 74 80 -
CMYK 0 0.69 0.66 0.08
HSL 357.76º 0.8% 0.61% -
HSV(B) 357.76º 0.69% 0.92% -
XYZ 38.16 23.14 10.04 -
YUV 122.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 235 74 80 0 0.69 0.66 0.08 357.76 0.8 0.61
Hex EB 4A 50 0 45 42 8 166 50 3D
Octal 353 112 120 0 105 102 10 546 120 75
Binary 11101011 1001010 1010000 0 1000101 1000010 1000 101100110 1010000 111101

Color Harmonies of #EB4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A50

Black with #EB4A50

Text Example


Text Example

White with #EB4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A50; }

 p { color: rgb(235,74,80); }

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

background-color css

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

 a { background-color: rgb(235,74,80); }

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

border-color css

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

 span { border-color: rgb(235,74,80); }

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