Html Css Color HEX #EC6878 Froly

📋 copy color: '#EC6878'

red 236 ◦ green 104 ◦ blue 120

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

Shades of Froly #EC6878

Tints of Froly #EC6878

RGB

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

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

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

R = 51.3%
G = 22.61%
B = 26.09%

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

#EC6878 (or 0xEC6878) is known color: Froly. HEX triplet: EC, 68 and 78. RGB value is (236,104,120). Sum of RGB (Red+Green+Blue) = 236+104+120=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6878 is #139787. Grayscale: #919191. Windows color (decimal): -1283976 or 7891180. OLE color: 7891180.

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

Color convert

RGB 236 104 120 -
CMYK 0 0.56 0.49 0.07
HSL 352.73º 0.78% 0.67% -
HSV(B) 352.73º 0.56% 0.93% -
XYZ 42.93 29.09 21.12 -
YUV 145.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 236 104 120 0 0.56 0.49 0.07 352.73 0.78 0.67
Hex EC 68 78 0 38 31 7 161 4E 43
Octal 354 150 170 0 70 61 7 541 116 103
Binary 11101100 1101000 1111000 0 111000 110001 111 101100001 1001110 1000011

Color Harmonies of #EC6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6878

Black with #EC6878

Text Example


Text Example

White with #EC6878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6878; }

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

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

background-color css

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

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

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

border-color css

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

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

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