Html Css Color HEX #EC525E Mandy

📋 copy color: '#EC525E'

red 236 ◦ green 82 ◦ blue 94

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

Shades of Mandy #EC525E

Tints of Mandy #EC525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 57.28%
G = 19.9%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC525E (or 0xEC525E) is known color: Mandy. HEX triplet: EC, 52 and 5E. RGB value is (236,82,94). Sum of RGB (Red+Green+Blue) = 236+82+94=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525E is #13ADA1. Grayscale: #818181. Windows color (decimal): -1289634 or 6181612. OLE color: 6181612.

HSL color Cylindrical-coordinate representation of color #EC525E: hue angle of 355.32º 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 #EC525E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 94 -
CMYK 0 0.65 0.60 0.07
HSL 355.32º 0.8% 0.62% -
HSV(B) 355.32º 0.65% 0.93% -
XYZ 39.63 24.68 13.26 -
YUV 129.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 236 82 94 0 0.65 0.60 0.07 355.32 0.8 0.62
Hex EC 52 5E 0 41 3C 7 163 50 3E
Octal 354 122 136 0 101 74 7 543 120 76
Binary 11101100 1010010 1011110 0 1000001 111100 111 101100011 1010000 111110

Color Harmonies of #EC525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC525E

Black with #EC525E

Text Example


Text Example

White with #EC525E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC525E; }

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

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

background-color css

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

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

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

border-color css

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

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

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