Html Css Color HEX #EC525A Mandy

📋 copy color: '#EC525A'

red 236 ◦ green 82 ◦ blue 90

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

Shades of Mandy #EC525A

Tints of Mandy #EC525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 57.84%
G = 20.1%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EC525A (or 0xEC525A) is known color: Mandy. HEX triplet: EC, 52 and 5A. RGB value is (236,82,90). Sum of RGB (Red+Green+Blue) = 236+82+90=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525A is #13ADA5. Grayscale: #818181. Windows color (decimal): -1289638 or 5919468. OLE color: 5919468.

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

Color convert

RGB 236 82 90 -
CMYK 0 0.65 0.62 0.07
HSL 356.88º 0.8% 0.62% -
HSV(B) 356.88º 0.65% 0.93% -
XYZ 39.45 24.61 12.34 -
YUV 128.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 236 82 90 0 0.65 0.62 0.07 356.88 0.8 0.62
Hex EC 52 5A 0 41 3E 7 165 50 3E
Octal 354 122 132 0 101 76 7 545 120 76
Binary 11101100 1010010 1011010 0 1000001 111110 111 101100101 1010000 111110

Color Harmonies of #EC525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC525A

Black with #EC525A

Text Example


Text Example

White with #EC525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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