Html Css Color HEX #EC717F Froly

📋 copy color: '#EC717F'

red 236 ◦ green 113 ◦ blue 127

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

Shades of Froly #EC717F

Tints of Froly #EC717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.68%

R = 49.58%
G = 23.74%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC717F (or 0xEC717F) is known color: Froly. HEX triplet: EC, 71 and 7F. RGB value is (236,113,127). Sum of RGB (Red+Green+Blue) = 236+113+127=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717F is #138E80. Grayscale: #979797. Windows color (decimal): -1281665 or 8352236. OLE color: 8352236.

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

Color convert

RGB 236 113 127 -
CMYK 0 0.52 0.46 0.07
HSL 353.17º 0.76% 0.68% -
HSV(B) 353.17º 0.52% 0.93% -
XYZ 44.33 31.18 23.76 -
YUV 151.37 114.25 188.36 -
System Red Green Blue C M Y K H S L
Decimal 236 113 127 0 0.52 0.46 0.07 353.17 0.76 0.68
Hex EC 71 7F 0 34 2E 7 161 4C 44
Octal 354 161 177 0 64 56 7 541 114 104
Binary 11101100 1110001 1111111 0 110100 101110 111 101100001 1001100 1000100

Color Harmonies of #EC717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC717F

Black with #EC717F

Text Example


Text Example

White with #EC717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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