Html Css Color HEX #EC6174 Froly

📋 copy color: '#EC6174'

red 236 ◦ green 97 ◦ blue 116

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

Shades of Froly #EC6174

Tints of Froly #EC6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.6%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 52.56%
G = 21.6%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6174 (or 0xEC6174) is known color: Froly. HEX triplet: EC, 61 and 74. RGB value is (236,97,116). Sum of RGB (Red+Green+Blue) = 236+97+116=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6174 is #139E8B. Grayscale: #8C8C8C. Windows color (decimal): -1285772 or 7627244. OLE color: 7627244.

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

Color convert

RGB 236 97 116 -
CMYK 0 0.59 0.51 0.07
HSL 351.8º 0.79% 0.65% -
HSV(B) 351.8º 0.59% 0.93% -
XYZ 42.02 27.64 19.64 -
YUV 140.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 236 97 116 0 0.59 0.51 0.07 351.8 0.79 0.65
Hex EC 61 74 0 3B 33 7 160 4F 41
Octal 354 141 164 0 73 63 7 540 117 101
Binary 11101100 1100001 1110100 0 111011 110011 111 101100000 1001111 1000001

Color Harmonies of #EC6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6174

Black with #EC6174

Text Example


Text Example

White with #EC6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6174; }

 p { color: rgb(236,97,116); }

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

background-color css

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

 a { background-color: rgb(236,97,116); }

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

border-color css

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

 span { border-color: rgb(236,97,116); }

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