Html Css Color HEX #EC7678 Froly

📋 copy color: '#EC7678'

red 236 ◦ green 118 ◦ blue 120

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

Shades of Froly #EC7678

Tints of Froly #EC7678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.89%

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

R = 49.79%
G = 24.89%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7678 (or 0xEC7678) is known color: Froly. HEX triplet: EC, 76 and 78. RGB value is (236,118,120). Sum of RGB (Red+Green+Blue) = 236+118+120=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7678 is #138987. Grayscale: #999999. Windows color (decimal): -1280392 or 7894764. OLE color: 7894764.

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

Color convert

RGB 236 118 120 -
CMYK 0 0.5 0.49 0.07
HSL 358.98º 0.76% 0.69% -
HSV(B) 358.98º 0.5% 0.93% -
XYZ 44.46 32.15 21.63 -
YUV 153.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 236 118 120 0 0.5 0.49 0.07 358.98 0.76 0.69
Hex EC 76 78 0 32 31 7 167 4C 45
Octal 354 166 170 0 62 61 7 547 114 105
Binary 11101100 1110110 1111000 0 110010 110001 111 101100111 1001100 1000101

Color Harmonies of #EC7678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7678

Black with #EC7678

Text Example


Text Example

White with #EC7678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7678; }

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

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

background-color css

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

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

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

border-color css

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

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

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