Html Css Color HEX #EC6978 Froly

📋 copy color: '#EC6978'

red 236 ◦ green 105 ◦ blue 120

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

Shades of Froly #EC6978

Tints of Froly #EC6978

RGB

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

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

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

R = 51.19%
G = 22.78%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC6978 (or 0xEC6978) is known color: Froly. HEX triplet: EC, 69 and 78. RGB value is (236,105,120). Sum of RGB (Red+Green+Blue) = 236+105+120=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6978 is #139687. Grayscale: #919191. Windows color (decimal): -1283720 or 7891436. OLE color: 7891436.

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

Color convert

RGB 236 105 120 -
CMYK 0 0.56 0.49 0.07
HSL 353.13º 0.78% 0.67% -
HSV(B) 353.13º 0.56% 0.93% -
XYZ 43.03 29.29 21.16 -
YUV 145.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 236 105 120 0 0.56 0.49 0.07 353.13 0.78 0.67
Hex EC 69 78 0 38 31 7 161 4E 43
Octal 354 151 170 0 70 61 7 541 116 103
Binary 11101100 1101001 1111000 0 111000 110001 111 101100001 1001110 1000011

Color Harmonies of #EC6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6978

Black with #EC6978

Text Example


Text Example

White with #EC6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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