Html Css Color HEX #EC7D83 Froly

📋 copy color: '#EC7D83'

red 236 ◦ green 125 ◦ blue 131

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

Shades of Froly #EC7D83

Tints of Froly #EC7D83

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.41%

 BLUE value IS 131 (51.56% from 255) = 26.63%

R = 47.97%
G = 25.41%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC7D83 (or 0xEC7D83) is known color: Froly. HEX triplet: EC, 7D and 83. RGB value is (236,125,131). Sum of RGB (Red+Green+Blue) = 236+125+131=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D83 is #13827C. Grayscale: #9E9E9E. Windows color (decimal): -1278589 or 8617452. OLE color: 8617452.

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

Color convert

RGB 236 125 131 -
CMYK 0 0.47 0.44 0.07
HSL 356.76º 0.74% 0.71% -
HSV(B) 356.76º 0.47% 0.93% -
XYZ 46.02 34.14 25.64 -
YUV 158.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 236 125 131 0 0.47 0.44 0.07 356.76 0.74 0.71
Hex EC 7D 83 0 2F 2C 7 165 4A 47
Octal 354 175 203 0 57 54 7 545 112 107
Binary 11101100 1111101 10000011 0 101111 101100 111 101100101 1001010 1000111

Color Harmonies of #EC7D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D83

Black with #EC7D83

Text Example


Text Example

White with #EC7D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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