Html Css Color HEX #EC707F Froly

📋 copy color: '#EC707F'

red 236 ◦ green 112 ◦ blue 127

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

Shades of Froly #EC707F

Tints of Froly #EC707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 49.68%
G = 23.58%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC707F (or 0xEC707F) is known color: Froly. HEX triplet: EC, 70 and 7F. RGB value is (236,112,127). Sum of RGB (Red+Green+Blue) = 236+112+127=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC707F is #138F80. Grayscale: #969696. Windows color (decimal): -1281921 or 8351980. OLE color: 8351980.

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

Color convert

RGB 236 112 127 -
CMYK 0 0.53 0.46 0.07
HSL 352.74º 0.77% 0.68% -
HSV(B) 352.74º 0.53% 0.93% -
XYZ 44.22 30.95 23.72 -
YUV 150.79 114.58 188.78 -
System Red Green Blue C M Y K H S L
Decimal 236 112 127 0 0.53 0.46 0.07 352.74 0.77 0.68
Hex EC 70 7F 0 35 2E 7 161 4D 44
Octal 354 160 177 0 65 56 7 541 115 104
Binary 11101100 1110000 1111111 0 110101 101110 111 101100001 1001101 1000100

Color Harmonies of #EC707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC707F

Black with #EC707F

Text Example


Text Example

White with #EC707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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