Html Css Color HEX #EB505A Mandy

📋 copy color: '#EB505A'

red 235 ◦ green 80 ◦ blue 90

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

Shades of Mandy #EB505A

Tints of Mandy #EB505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.22%

R = 58.02%
G = 19.75%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB505A (or 0xEB505A) is known color: Mandy. HEX triplet: EB, 50 and 5A. RGB value is (235,80,90). Sum of RGB (Red+Green+Blue) = 235+80+90=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB505A is #14AFA5. Grayscale: #7F7F7F. Windows color (decimal): -1355686 or 5918955. OLE color: 5918955.

HSL color Cylindrical-coordinate representation of color #EB505A: hue angle of 356.13º 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 #EB505A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 80 90 -
CMYK 0 0.66 0.62 0.08
HSL 356.13º 0.79% 0.62% -
HSV(B) 356.13º 0.66% 0.92% -
XYZ 38.98 24.14 12.28 -
YUV 127.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 235 80 90 0 0.66 0.62 0.08 356.13 0.79 0.62
Hex EB 50 5A 0 42 3E 8 164 4F 3E
Octal 353 120 132 0 102 76 10 544 117 76
Binary 11101011 1010000 1011010 0 1000010 111110 1000 101100100 1001111 111110

Color Harmonies of #EB505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB505A

Black with #EB505A

Text Example


Text Example

White with #EB505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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