Html Css Color HEX #EC6472 Froly

📋 copy color: '#EC6472'

red 236 ◦ green 100 ◦ blue 114

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

Shades of Froly #EC6472

Tints of Froly #EC6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

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

R = 52.44%
G = 22.22%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6472 (or 0xEC6472) is known color: Froly. HEX triplet: EC, 64 and 72. RGB value is (236,100,114). Sum of RGB (Red+Green+Blue) = 236+100+114=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6472 is #139B8D. Grayscale: #8E8E8E. Windows color (decimal): -1285006 or 7496940. OLE color: 7496940.

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

Color convert

RGB 236 100 114 -
CMYK 0 0.58 0.52 0.07
HSL 353.82º 0.78% 0.66% -
HSV(B) 353.82º 0.58% 0.93% -
XYZ 42.19 28.16 19.13 -
YUV 142.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 236 100 114 0 0.58 0.52 0.07 353.82 0.78 0.66
Hex EC 64 72 0 3A 34 7 162 4E 42
Octal 354 144 162 0 72 64 7 542 116 102
Binary 11101100 1100100 1110010 0 111010 110100 111 101100010 1001110 1000010

Color Harmonies of #EC6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6472

Black with #EC6472

Text Example


Text Example

White with #EC6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6472; }

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

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

background-color css

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

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

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

border-color css

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

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

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