Html Css Color HEX #EC717C Froly

📋 copy color: '#EC717C'

red 236 ◦ green 113 ◦ blue 124

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

Shades of Froly #EC717C

Tints of Froly #EC717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 49.89%
G = 23.89%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC717C (or 0xEC717C) is known color: Froly. HEX triplet: EC, 71 and 7C. RGB value is (236,113,124). Sum of RGB (Red+Green+Blue) = 236+113+124=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717C is #138E83. Grayscale: #979797. Windows color (decimal): -1281668 or 8155628. OLE color: 8155628.

HSL color Cylindrical-coordinate representation of color #EC717C: hue angle of 354.63º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC717C is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 113 124 -
CMYK 0 0.52 0.47 0.07
HSL 354.63º 0.76% 0.68% -
HSV(B) 354.63º 0.52% 0.93% -
XYZ 44.14 31.1 22.75 -
YUV 151.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 236 113 124 0 0.52 0.47 0.07 354.63 0.76 0.68
Hex EC 71 7C 0 34 2F 7 163 4C 44
Octal 354 161 174 0 64 57 7 543 114 104
Binary 11101100 1110001 1111100 0 110100 101111 111 101100011 1001100 1000100

Color Harmonies of #EC717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC717C

Black with #EC717C

Text Example


Text Example

White with #EC717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC717C; }

 p { color: rgb(236,113,124); }

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

background-color css

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

 a { background-color: rgb(236,113,124); }

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

border-color css

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

 span { border-color: rgb(236,113,124); }

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