Html Css Color HEX #EC6F72 Froly

📋 copy color: '#EC6F72'

red 236 ◦ green 111 ◦ blue 114

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

Shades of Froly #EC6F72

Tints of Froly #EC6F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.08%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 51.19%
G = 24.08%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6F72 (or 0xEC6F72) is known color: Froly. HEX triplet: EC, 6F and 72. RGB value is (236,111,114). Sum of RGB (Red+Green+Blue) = 236+111+114=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F72 is #13908D. Grayscale: #949494. Windows color (decimal): -1282190 or 7499756. OLE color: 7499756.

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

Color convert

RGB 236 111 114 -
CMYK 0 0.53 0.52 0.07
HSL 358.56º 0.77% 0.68% -
HSV(B) 358.56º 0.53% 0.93% -
XYZ 43.31 30.42 19.51 -
YUV 148.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 236 111 114 0 0.53 0.52 0.07 358.56 0.77 0.68
Hex EC 6F 72 0 35 34 7 167 4D 44
Octal 354 157 162 0 65 64 7 547 115 104
Binary 11101100 1101111 1110010 0 110101 110100 111 101100111 1001101 1000100

Color Harmonies of #EC6F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F72

Black with #EC6F72

Text Example


Text Example

White with #EC6F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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