Html Css Color HEX #EC717A Froly

📋 copy color: '#EC717A'

red 236 ◦ green 113 ◦ blue 122

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

Shades of Froly #EC717A

Tints of Froly #EC717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 50.11%
G = 23.99%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC717A (or 0xEC717A) is known color: Froly. HEX triplet: EC, 71 and 7A. RGB value is (236,113,122). Sum of RGB (Red+Green+Blue) = 236+113+122=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC717A is #138E85. Grayscale: #969696. Windows color (decimal): -1281670 or 8024556. OLE color: 8024556.

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

Color convert

RGB 236 113 122 -
CMYK 0 0.52 0.48 0.07
HSL 355.61º 0.76% 0.68% -
HSV(B) 355.61º 0.52% 0.93% -
XYZ 44.01 31.05 22.09 -
YUV 150.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 236 113 122 0 0.52 0.48 0.07 355.61 0.76 0.68
Hex EC 71 7A 0 34 30 7 164 4C 44
Octal 354 161 172 0 64 60 7 544 114 104
Binary 11101100 1110001 1111010 0 110100 110000 111 101100100 1001100 1000100

Color Harmonies of #EC717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC717A

Black with #EC717A

Text Example


Text Example

White with #EC717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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