Html Css Color HEX #EC525D Mandy

📋 copy color: '#EC525D'

red 236 ◦ green 82 ◦ blue 93

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

Shades of Mandy #EC525D

Tints of Mandy #EC525D

RGB

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

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

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

R = 57.42%
G = 19.95%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC525D (or 0xEC525D) is known color: Mandy. HEX triplet: EC, 52 and 5D. RGB value is (236,82,93). Sum of RGB (Red+Green+Blue) = 236+82+93=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525D is #13ADA2. Grayscale: #818181. Windows color (decimal): -1289635 or 6116076. OLE color: 6116076.

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

Color convert

RGB 236 82 93 -
CMYK 0 0.65 0.61 0.07
HSL 355.71º 0.8% 0.62% -
HSV(B) 355.71º 0.65% 0.93% -
XYZ 39.59 24.66 13.03 -
YUV 129.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 236 82 93 0 0.65 0.61 0.07 355.71 0.8 0.62
Hex EC 52 5D 0 41 3D 7 164 50 3E
Octal 354 122 135 0 101 75 7 544 120 76
Binary 11101100 1010010 1011101 0 1000001 111101 111 101100100 1010000 111110

Color Harmonies of #EC525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC525D

Black with #EC525D

Text Example


Text Example

White with #EC525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC525D; }

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

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

background-color css

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

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

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

border-color css

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

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

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