Html Css Color HEX #EC6F74 Froly

📋 copy color: '#EC6F74'

red 236 ◦ green 111 ◦ blue 116

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

Shades of Froly #EC6F74

Tints of Froly #EC6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.97%

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

R = 50.97%
G = 23.97%
B = 25.05%

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

#EC6F74 (or 0xEC6F74) is known color: Froly. HEX triplet: EC, 6F and 74. RGB value is (236,111,116). Sum of RGB (Red+Green+Blue) = 236+111+116=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6F74 is #13908B. Grayscale: #959595. Windows color (decimal): -1282188 or 7630828. OLE color: 7630828.

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

Color convert

RGB 236 111 116 -
CMYK 0 0.53 0.51 0.07
HSL 357.6º 0.77% 0.68% -
HSV(B) 357.6º 0.53% 0.93% -
XYZ 43.43 30.46 20.11 -
YUV 148.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 236 111 116 0 0.53 0.51 0.07 357.6 0.77 0.68
Hex EC 6F 74 0 35 33 7 166 4D 44
Octal 354 157 164 0 65 63 7 546 115 104
Binary 11101100 1101111 1110100 0 110101 110011 111 101100110 1001101 1000100

Color Harmonies of #EC6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F74

Black with #EC6F74

Text Example


Text Example

White with #EC6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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