Html Css Color HEX #EC525B Mandy

📋 copy color: '#EC525B'

red 236 ◦ green 82 ◦ blue 91

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

Shades of Mandy #EC525B

Tints of Mandy #EC525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 57.7%
G = 20.05%
B = 22.25%

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

#EC525B (or 0xEC525B) is known color: Mandy. HEX triplet: EC, 52 and 5B. RGB value is (236,82,91). Sum of RGB (Red+Green+Blue) = 236+82+91=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC525B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC525B is #13ADA4. Grayscale: #818181. Windows color (decimal): -1289637 or 5985004. OLE color: 5985004.

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

Color convert

RGB 236 82 91 -
CMYK 0 0.65 0.61 0.07
HSL 356.49º 0.8% 0.62% -
HSV(B) 356.49º 0.65% 0.93% -
XYZ 39.5 24.62 12.57 -
YUV 129.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 236 82 91 0 0.65 0.61 0.07 356.49 0.8 0.62
Hex EC 52 5B 0 41 3D 7 164 50 3E
Octal 354 122 133 0 101 75 7 544 120 76
Binary 11101100 1010010 1011011 0 1000001 111101 111 101100100 1010000 111110

Color Harmonies of #EC525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC525B

Black with #EC525B

Text Example


Text Example

White with #EC525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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