Html Css Color HEX #EC555F Mandy

📋 copy color: '#EC555F'

red 236 ◦ green 85 ◦ blue 95

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

Shades of Mandy #EC555F

Tints of Mandy #EC555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 56.73%
G = 20.43%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC555F (or 0xEC555F) is known color: Mandy. HEX triplet: EC, 55 and 5F. RGB value is (236,85,95). Sum of RGB (Red+Green+Blue) = 236+85+95=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC555F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC555F is #13AAA0. Grayscale: #838383. Windows color (decimal): -1288865 or 6247916. OLE color: 6247916.

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

Color convert

RGB 236 85 95 -
CMYK 0 0.64 0.60 0.07
HSL 356.03º 0.8% 0.63% -
HSV(B) 356.03º 0.64% 0.93% -
XYZ 39.91 25.16 13.58 -
YUV 131.29 107.53 202.69 -
System Red Green Blue C M Y K H S L
Decimal 236 85 95 0 0.64 0.60 0.07 356.03 0.8 0.63
Hex EC 55 5F 0 40 3C 7 164 50 3F
Octal 354 125 137 0 100 74 7 544 120 77
Binary 11101100 1010101 1011111 0 1000000 111100 111 101100100 1010000 111111

Color Harmonies of #EC555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC555F

Black with #EC555F

Text Example


Text Example

White with #EC555F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC555F; }

 p { color: rgb(236,85,95); }

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

background-color css

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

 a { background-color: rgb(236,85,95); }

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

border-color css

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

 span { border-color: rgb(236,85,95); }

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