Html Css Color HEX #EB505D Mandy

📋 copy color: '#EB505D'

red 235 ◦ green 80 ◦ blue 93

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

Shades of Mandy #EB505D

Tints of Mandy #EB505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 93 (36.72% from 255) = 22.79%

R = 57.6%
G = 19.61%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB505D (or 0xEB505D) is known color: Mandy. HEX triplet: EB, 50 and 5D. RGB value is (235,80,93). Sum of RGB (Red+Green+Blue) = 235+80+93=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB505D is #14AFA2. Grayscale: #7F7F7F. Windows color (decimal): -1355683 or 6115563. OLE color: 6115563.

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

Color convert

RGB 235 80 93 -
CMYK 0 0.66 0.60 0.08
HSL 354.97º 0.79% 0.62% -
HSV(B) 354.97º 0.66% 0.92% -
XYZ 39.11 24.19 12.96 -
YUV 127.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 235 80 93 0 0.66 0.60 0.08 354.97 0.79 0.62
Hex EB 50 5D 0 42 3C 8 163 4F 3E
Octal 353 120 135 0 102 74 10 543 117 76
Binary 11101011 1010000 1011101 0 1000010 111100 1000 101100011 1001111 111110

Color Harmonies of #EB505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB505D

Black with #EB505D

Text Example


Text Example

White with #EB505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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