Html Css Color HEX #EC515A Mandy

📋 copy color: '#EC515A'

red 236 ◦ green 81 ◦ blue 90

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

Shades of Mandy #EC515A

Tints of Mandy #EC515A

RGB

 RED value IS 236 (92.58% from 255) = 57.99%

 GREEN value IS 81 (32.03% from 255) = 19.9%

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

R = 57.99%
G = 19.9%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC515A (or 0xEC515A) is known color: Mandy. HEX triplet: EC, 51 and 5A. RGB value is (236,81,90). Sum of RGB (Red+Green+Blue) = 236+81+90=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC515A is #13AEA5. Grayscale: #808080. Windows color (decimal): -1289894 or 5919212. OLE color: 5919212.

HSL color Cylindrical-coordinate representation of color #EC515A: hue angle of 356.52º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC515A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 81 90 -
CMYK 0 0.66 0.62 0.07
HSL 356.52º 0.8% 0.62% -
HSV(B) 356.52º 0.66% 0.93% -
XYZ 39.38 24.46 12.32 -
YUV 128.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 236 81 90 0 0.66 0.62 0.07 356.52 0.8 0.62
Hex EC 51 5A 0 42 3E 7 165 50 3E
Octal 354 121 132 0 102 76 7 545 120 76
Binary 11101100 1010001 1011010 0 1000010 111110 111 101100101 1010000 111110

Color Harmonies of #EC515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC515A

Black with #EC515A

Text Example


Text Example

White with #EC515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC515A; }

 p { color: rgb(236,81,90); }

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

background-color css

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

 a { background-color: rgb(236,81,90); }

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

border-color css

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

 span { border-color: rgb(236,81,90); }

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