Html Css Color HEX #EC657A Froly

📋 copy color: '#EC657A'

red 236 ◦ green 101 ◦ blue 122

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

Shades of Froly #EC657A

Tints of Froly #EC657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22%

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 51.42%
G = 22%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC657A (or 0xEC657A) is known color: Froly. HEX triplet: EC, 65 and 7A. RGB value is (236,101,122). Sum of RGB (Red+Green+Blue) = 236+101+122=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC657A is #139A85. Grayscale: #8F8F8F. Windows color (decimal): -1284742 or 8021484. OLE color: 8021484.

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

Color convert

RGB 236 101 122 -
CMYK 0 0.57 0.48 0.07
HSL 350.67º 0.78% 0.66% -
HSV(B) 350.67º 0.57% 0.93% -
XYZ 42.76 28.55 21.67 -
YUV 143.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 236 101 122 0 0.57 0.48 0.07 350.67 0.78 0.66
Hex EC 65 7A 0 39 30 7 15F 4E 42
Octal 354 145 172 0 71 60 7 537 116 102
Binary 11101100 1100101 1111010 0 111001 110000 111 101011111 1001110 1000010

Color Harmonies of #EC657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC657A

Black with #EC657A

Text Example


Text Example

White with #EC657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC657A; }

 p { color: rgb(236,101,122); }

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

background-color css

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

 a { background-color: rgb(236,101,122); }

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

border-color css

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

 span { border-color: rgb(236,101,122); }

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