Html Css Color HEX #EC646E Froly

📋 copy color: '#EC646E'

red 236 ◦ green 100 ◦ blue 110

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

Shades of Froly #EC646E

Tints of Froly #EC646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.66%

R = 52.91%
G = 22.42%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC646E (or 0xEC646E) is known color: Froly. HEX triplet: EC, 64 and 6E. RGB value is (236,100,110). Sum of RGB (Red+Green+Blue) = 236+100+110=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC646E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC646E is #139B91. Grayscale: #8D8D8D. Windows color (decimal): -1285010 or 7234796. OLE color: 7234796.

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

Color convert

RGB 236 100 110 -
CMYK 0 0.58 0.53 0.07
HSL 355.59º 0.78% 0.66% -
HSV(B) 355.59º 0.58% 0.93% -
XYZ 41.96 28.07 17.96 -
YUV 141.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 236 100 110 0 0.58 0.53 0.07 355.59 0.78 0.66
Hex EC 64 6E 0 3A 35 7 164 4E 42
Octal 354 144 156 0 72 65 7 544 116 102
Binary 11101100 1100100 1101110 0 111010 110101 111 101100100 1001110 1000010

Color Harmonies of #EC646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC646E

Black with #EC646E

Text Example


Text Example

White with #EC646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC646E; }

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

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

background-color css

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

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

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

border-color css

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

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

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