Html Css Color HEX #EC737D Froly

📋 copy color: '#EC737D'

red 236 ◦ green 115 ◦ blue 125

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

Shades of Froly #EC737D

Tints of Froly #EC737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.16%

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 49.58%
G = 24.16%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC737D (or 0xEC737D) is known color: Froly. HEX triplet: EC, 73 and 7D. RGB value is (236,115,125). Sum of RGB (Red+Green+Blue) = 236+115+125=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC737D is #138C82. Grayscale: #989898. Windows color (decimal): -1281155 or 8221676. OLE color: 8221676.

HSL color Cylindrical-coordinate representation of color #EC737D: hue angle of 355.04º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC737D is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 115 125 -
CMYK 0 0.51 0.47 0.07
HSL 355.04º 0.76% 0.69% -
HSV(B) 355.04º 0.51% 0.93% -
XYZ 44.42 31.58 23.16 -
YUV 152.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 236 115 125 0 0.51 0.47 0.07 355.04 0.76 0.69
Hex EC 73 7D 0 33 2F 7 163 4C 45
Octal 354 163 175 0 63 57 7 543 114 105
Binary 11101100 1110011 1111101 0 110011 101111 111 101100011 1001100 1000101

Color Harmonies of #EC737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC737D

Black with #EC737D

Text Example


Text Example

White with #EC737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC737D; }

 p { color: rgb(236,115,125); }

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

background-color css

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

 a { background-color: rgb(236,115,125); }

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

border-color css

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

 span { border-color: rgb(236,115,125); }

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