Html Css Color HEX #EC525C Mandy

📋 copy color: '#EC525C'

red 236 ◦ green 82 ◦ blue 92

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

Shades of Mandy #EC525C

Tints of Mandy #EC525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 57.56%
G = 20%
B = 22.44%

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

#EC525C (or 0xEC525C) is known color: Mandy. HEX triplet: EC, 52 and 5C. RGB value is (236,82,92). Sum of RGB (Red+Green+Blue) = 236+82+92=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525C is #13ADA3. Grayscale: #818181. Windows color (decimal): -1289636 or 6050540. OLE color: 6050540.

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

Color convert

RGB 236 82 92 -
CMYK 0 0.65 0.61 0.07
HSL 356.1º 0.8% 0.62% -
HSV(B) 356.1º 0.65% 0.93% -
XYZ 39.54 24.64 12.8 -
YUV 129.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 236 82 92 0 0.65 0.61 0.07 356.1 0.8 0.62
Hex EC 52 5C 0 41 3D 7 164 50 3E
Octal 354 122 134 0 101 75 7 544 120 76
Binary 11101100 1010010 1011100 0 1000001 111101 111 101100100 1010000 111110

Color Harmonies of #EC525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC525C

Black with #EC525C

Text Example


Text Example

White with #EC525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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