Html Css Color HEX #EC6972 Froly

📋 copy color: '#EC6972'

red 236 ◦ green 105 ◦ blue 114

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

Shades of Froly #EC6972

Tints of Froly #EC6972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 51.87%
G = 23.08%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6972 (or 0xEC6972) is known color: Froly. HEX triplet: EC, 69 and 72. RGB value is (236,105,114). Sum of RGB (Red+Green+Blue) = 236+105+114=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6972 is #13968D. Grayscale: #919191. Windows color (decimal): -1283726 or 7498220. OLE color: 7498220.

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

Color convert

RGB 236 105 114 -
CMYK 0 0.56 0.52 0.07
HSL 355.88º 0.78% 0.67% -
HSV(B) 355.88º 0.56% 0.93% -
XYZ 42.68 29.15 19.3 -
YUV 145.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 236 105 114 0 0.56 0.52 0.07 355.88 0.78 0.67
Hex EC 69 72 0 38 34 7 164 4E 43
Octal 354 151 162 0 70 64 7 544 116 103
Binary 11101100 1101001 1110010 0 111000 110100 111 101100100 1001110 1000011

Color Harmonies of #EC6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6972

Black with #EC6972

Text Example


Text Example

White with #EC6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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