Html Css Color HEX #EC6973 Froly

📋 copy color: '#EC6973'

red 236 ◦ green 105 ◦ blue 115

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

Shades of Froly #EC6973

Tints of Froly #EC6973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 51.75%
G = 23.03%
B = 25.22%

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

#EC6973 (or 0xEC6973) is known color: Froly. HEX triplet: EC, 69 and 73. RGB value is (236,105,115). Sum of RGB (Red+Green+Blue) = 236+105+115=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6973 is #13968C. Grayscale: #919191. Windows color (decimal): -1283725 or 7563756. OLE color: 7563756.

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

Color convert

RGB 236 105 115 -
CMYK 0 0.56 0.51 0.07
HSL 355.42º 0.78% 0.67% -
HSV(B) 355.42º 0.56% 0.93% -
XYZ 42.74 29.17 19.6 -
YUV 145.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 236 105 115 0 0.56 0.51 0.07 355.42 0.78 0.67
Hex EC 69 73 0 38 33 7 163 4E 43
Octal 354 151 163 0 70 63 7 543 116 103
Binary 11101100 1101001 1110011 0 111000 110011 111 101100011 1001110 1000011

Color Harmonies of #EC6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6973

Black with #EC6973

Text Example


Text Example

White with #EC6973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6973; }

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

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

background-color css

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

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

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

border-color css

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

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

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