Html Css Color HEX #EC626F Froly

📋 copy color: '#EC626F'

red 236 ◦ green 98 ◦ blue 111

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

Shades of Froly #EC626F

Tints of Froly #EC626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.02%

 BLUE value IS 111 (43.75% from 255) = 24.94%

R = 53.03%
G = 22.02%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC626F (or 0xEC626F) is known color: Froly. HEX triplet: EC, 62 and 6F. RGB value is (236,98,111). Sum of RGB (Red+Green+Blue) = 236+98+111=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 111 (43.75% from 255 or 24.94% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC626F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC626F is #139D90. Grayscale: #8C8C8C. Windows color (decimal): -1285521 or 7299820. OLE color: 7299820.

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

Color convert

RGB 236 98 111 -
CMYK 0 0.58 0.53 0.07
HSL 354.35º 0.78% 0.65% -
HSV(B) 354.35º 0.58% 0.93% -
XYZ 41.83 27.72 18.18 -
YUV 140.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 236 98 111 0 0.58 0.53 0.07 354.35 0.78 0.65
Hex EC 62 6F 0 3A 35 7 162 4E 41
Octal 354 142 157 0 72 65 7 542 116 101
Binary 11101100 1100010 1101111 0 111010 110101 111 101100010 1001110 1000001

Color Harmonies of #EC626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC626F

Black with #EC626F

Text Example


Text Example

White with #EC626F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC626F; }

 p { color: rgb(236,98,111); }

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

background-color css

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

 a { background-color: rgb(236,98,111); }

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

border-color css

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

 span { border-color: rgb(236,98,111); }

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