Html Css Color HEX #EC757B Froly

📋 copy color: '#EC757B'

red 236 ◦ green 117 ◦ blue 123

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

Shades of Froly #EC757B

Tints of Froly #EC757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 49.58%
G = 24.58%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC757B (or 0xEC757B) is known color: Froly. HEX triplet: EC, 75 and 7B. RGB value is (236,117,123). Sum of RGB (Red+Green+Blue) = 236+117+123=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC757B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC757B is #138A84. Grayscale: #999999. Windows color (decimal): -1280645 or 8091116. OLE color: 8091116.

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

Color convert

RGB 236 117 123 -
CMYK 0 0.50 0.48 0.07
HSL 356.97º 0.76% 0.69% -
HSV(B) 356.97º 0.5% 0.93% -
XYZ 44.53 31.99 22.57 -
YUV 153.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 236 117 123 0 0.50 0.48 0.07 356.97 0.76 0.69
Hex EC 75 7B 0 32 30 7 165 4C 45
Octal 354 165 173 0 62 60 7 545 114 105
Binary 11101100 1110101 1111011 0 110010 110000 111 101100101 1001100 1000101

Color Harmonies of #EC757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC757B

Black with #EC757B

Text Example


Text Example

White with #EC757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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