Html Css Color HEX #EC6E74 Froly

📋 copy color: '#EC6E74'

red 236 ◦ green 110 ◦ blue 116

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

Shades of Froly #EC6E74

Tints of Froly #EC6E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.81%

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

R = 51.08%
G = 23.81%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6E74 (or 0xEC6E74) is known color: Froly. HEX triplet: EC, 6E and 74. RGB value is (236,110,116). Sum of RGB (Red+Green+Blue) = 236+110+116=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6E74 is #13918B. Grayscale: #949494. Windows color (decimal): -1282444 or 7630572. OLE color: 7630572.

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

Color convert

RGB 236 110 116 -
CMYK 0 0.53 0.51 0.07
HSL 357.14º 0.77% 0.68% -
HSV(B) 357.14º 0.53% 0.93% -
XYZ 43.32 30.25 20.08 -
YUV 148.36 109.74 190.51 -
System Red Green Blue C M Y K H S L
Decimal 236 110 116 0 0.53 0.51 0.07 357.14 0.77 0.68
Hex EC 6E 74 0 35 33 7 165 4D 44
Octal 354 156 164 0 65 63 7 545 115 104
Binary 11101100 1101110 1110100 0 110101 110011 111 101100101 1001101 1000100

Color Harmonies of #EC6E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E74

Black with #EC6E74

Text Example


Text Example

White with #EC6E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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