Html Css Color HEX #EC6476 Froly

📋 copy color: '#EC6476'

red 236 ◦ green 100 ◦ blue 118

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

Shades of Froly #EC6476

Tints of Froly #EC6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.03%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 51.98%
G = 22.03%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC6476 (or 0xEC6476) is known color: Froly. HEX triplet: EC, 64 and 76. RGB value is (236,100,118). Sum of RGB (Red+Green+Blue) = 236+100+118=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6476 is #139B89. Grayscale: #8E8E8E. Windows color (decimal): -1285002 or 7759084. OLE color: 7759084.

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

Color convert

RGB 236 100 118 -
CMYK 0 0.58 0.5 0.07
HSL 352.06º 0.78% 0.66% -
HSV(B) 352.06º 0.58% 0.93% -
XYZ 42.42 28.26 20.36 -
YUV 142.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 236 100 118 0 0.58 0.5 0.07 352.06 0.78 0.66
Hex EC 64 76 0 3A 32 7 160 4E 42
Octal 354 144 166 0 72 62 7 540 116 102
Binary 11101100 1100100 1110110 0 111010 110010 111 101100000 1001110 1000010

Color Harmonies of #EC6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6476

Black with #EC6476

Text Example


Text Example

White with #EC6476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6476; }

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

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

background-color css

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

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

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

border-color css

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

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

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