Html Css Color HEX #EC757E Froly

📋 copy color: '#EC757E'

red 236 ◦ green 117 ◦ blue 126

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

Shades of Froly #EC757E

Tints of Froly #EC757E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 126 (49.61% from 255) = 26.3%

R = 49.27%
G = 24.43%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC757E (or 0xEC757E) is known color: Froly. HEX triplet: EC, 75 and 7E. RGB value is (236,117,126). Sum of RGB (Red+Green+Blue) = 236+117+126=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757E is #138A81. Grayscale: #999999. Windows color (decimal): -1280642 or 8287724. OLE color: 8287724.

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

Color convert

RGB 236 117 126 -
CMYK 0 0.50 0.47 0.07
HSL 355.46º 0.76% 0.69% -
HSV(B) 355.46º 0.5% 0.93% -
XYZ 44.72 32.06 23.57 -
YUV 153.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 236 117 126 0 0.50 0.47 0.07 355.46 0.76 0.69
Hex EC 75 7E 0 32 2F 7 163 4C 45
Octal 354 165 176 0 62 57 7 543 114 105
Binary 11101100 1110101 1111110 0 110010 101111 111 101100011 1001100 1000101

Color Harmonies of #EC757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC757E

Black with #EC757E

Text Example


Text Example

White with #EC757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC757E; }

 p { color: rgb(236,117,126); }

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

background-color css

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

 a { background-color: rgb(236,117,126); }

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

border-color css

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

 span { border-color: rgb(236,117,126); }

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