Html Css Color HEX #EC6A78 Froly

📋 copy color: '#EC6A78'

red 236 ◦ green 106 ◦ blue 120

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

Shades of Froly #EC6A78

Tints of Froly #EC6A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 120 (47.27% from 255) = 25.97%

R = 51.08%
G = 22.94%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC6A78 (or 0xEC6A78) is known color: Froly. HEX triplet: EC, 6A and 78. RGB value is (236,106,120). Sum of RGB (Red+Green+Blue) = 236+106+120=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6A78 is #139587. Grayscale: #929292. Windows color (decimal): -1283464 or 7891692. OLE color: 7891692.

HSL color Cylindrical-coordinate representation of color #EC6A78: hue angle of 353.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6A78 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 106 120 -
CMYK 0 0.55 0.49 0.07
HSL 353.54º 0.77% 0.67% -
HSV(B) 353.54º 0.55% 0.93% -
XYZ 43.14 29.5 21.19 -
YUV 146.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 236 106 120 0 0.55 0.49 0.07 353.54 0.77 0.67
Hex EC 6A 78 0 37 31 7 162 4D 43
Octal 354 152 170 0 67 61 7 542 115 103
Binary 11101100 1101010 1111000 0 110111 110001 111 101100010 1001101 1000011

Color Harmonies of #EC6A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6A78

Black with #EC6A78

Text Example


Text Example

White with #EC6A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6A78; }

 p { color: rgb(236,106,120); }

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

background-color css

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

 a { background-color: rgb(236,106,120); }

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

border-color css

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

 span { border-color: rgb(236,106,120); }

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