Html Css Color HEX #EC606E Froly

📋 copy color: '#EC606E'

red 236 ◦ green 96 ◦ blue 110

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

Shades of Froly #EC606E

Tints of Froly #EC606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

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

R = 53.39%
G = 21.72%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC606E (or 0xEC606E) is known color: Froly. HEX triplet: EC, 60 and 6E. RGB value is (236,96,110). Sum of RGB (Red+Green+Blue) = 236+96+110=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC606E is #139F91. Grayscale: #8B8B8B. Windows color (decimal): -1286034 or 7233772. OLE color: 7233772.

HSL color Cylindrical-coordinate representation of color #EC606E: hue angle of 354º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC606E is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 110 -
CMYK 0 0.59 0.53 0.07
HSL 354º 0.79% 0.65% -
HSV(B) 354º 0.59% 0.93% -
XYZ 41.59 27.32 17.83 -
YUV 139.46 111.38 196.86 -
System Red Green Blue C M Y K H S L
Decimal 236 96 110 0 0.59 0.53 0.07 354 0.79 0.65
Hex EC 60 6E 0 3B 35 7 162 4F 41
Octal 354 140 156 0 73 65 7 542 117 101
Binary 11101100 1100000 1101110 0 111011 110101 111 101100010 1001111 1000001

Color Harmonies of #EC606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC606E

Black with #EC606E

Text Example


Text Example

White with #EC606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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