Html Css Color HEX #EC6974 Froly

📋 copy color: '#EC6974'

red 236 ◦ green 105 ◦ blue 116

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

Shades of Froly #EC6974

Tints of Froly #EC6974

RGB

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

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

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

R = 51.64%
G = 22.98%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC6974 (or 0xEC6974) is known color: Froly. HEX triplet: EC, 69 and 74. RGB value is (236,105,116). Sum of RGB (Red+Green+Blue) = 236+105+116=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6974 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6974 is #13968B. Grayscale: #919191. Windows color (decimal): -1283724 or 7629292. OLE color: 7629292.

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

Color convert

RGB 236 105 116 -
CMYK 0 0.56 0.51 0.07
HSL 354.96º 0.78% 0.67% -
HSV(B) 354.96º 0.56% 0.93% -
XYZ 42.8 29.2 19.9 -
YUV 145.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 236 105 116 0 0.56 0.51 0.07 354.96 0.78 0.67
Hex EC 69 74 0 38 33 7 163 4E 43
Octal 354 151 164 0 70 63 7 543 116 103
Binary 11101100 1101001 1110100 0 111000 110011 111 101100011 1001110 1000011

Color Harmonies of #EC6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6974

Black with #EC6974

Text Example


Text Example

White with #EC6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6974; }

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

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

background-color css

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

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

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

border-color css

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

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

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