Html Css Color HEX #EC6874 Froly

📋 copy color: '#EC6874'

red 236 ◦ green 104 ◦ blue 116

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

Shades of Froly #EC6874

Tints of Froly #EC6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.81%

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

R = 51.75%
G = 22.81%
B = 25.44%

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

#EC6874 (or 0xEC6874) is known color: Froly. HEX triplet: EC, 68 and 74. RGB value is (236,104,116). Sum of RGB (Red+Green+Blue) = 236+104+116=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6874 is #13978B. Grayscale: #909090. Windows color (decimal): -1283980 or 7629036. OLE color: 7629036.

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

Color convert

RGB 236 104 116 -
CMYK 0 0.56 0.51 0.07
HSL 354.55º 0.78% 0.67% -
HSV(B) 354.55º 0.56% 0.93% -
XYZ 42.69 28.99 19.87 -
YUV 144.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 236 104 116 0 0.56 0.51 0.07 354.55 0.78 0.67
Hex EC 68 74 0 38 33 7 163 4E 43
Octal 354 150 164 0 70 63 7 543 116 103
Binary 11101100 1101000 1110100 0 111000 110011 111 101100011 1001110 1000011

Color Harmonies of #EC6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6874

Black with #EC6874

Text Example


Text Example

White with #EC6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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