Html Css Color HEX #EC6374 Froly

📋 copy color: '#EC6374'

red 236 ◦ green 99 ◦ blue 116

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

Shades of Froly #EC6374

Tints of Froly #EC6374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.95%

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

R = 52.33%
G = 21.95%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6374 (or 0xEC6374) is known color: Froly. HEX triplet: EC, 63 and 74. RGB value is (236,99,116). Sum of RGB (Red+Green+Blue) = 236+99+116=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6374 is #139C8B. Grayscale: #8D8D8D. Windows color (decimal): -1285260 or 7627756. OLE color: 7627756.

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

Color convert

RGB 236 99 116 -
CMYK 0 0.58 0.51 0.07
HSL 352.55º 0.78% 0.66% -
HSV(B) 352.55º 0.58% 0.93% -
XYZ 42.21 28.02 19.71 -
YUV 141.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 236 99 116 0 0.58 0.51 0.07 352.55 0.78 0.66
Hex EC 63 74 0 3A 33 7 161 4E 42
Octal 354 143 164 0 72 63 7 541 116 102
Binary 11101100 1100011 1110100 0 111010 110011 111 101100001 1001110 1000010

Color Harmonies of #EC6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6374

Black with #EC6374

Text Example


Text Example

White with #EC6374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6374; }

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

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

background-color css

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

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

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

border-color css

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

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

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