Html Css Color HEX #EC7A7D Froly

📋 copy color: '#EC7A7D'

red 236 ◦ green 122 ◦ blue 125

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

Shades of Froly #EC7A7D

Tints of Froly #EC7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.26%

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

R = 48.86%
G = 25.26%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC7A7D (or 0xEC7A7D) is known color: Froly. HEX triplet: EC, 7A and 7D. RGB value is (236,122,125). Sum of RGB (Red+Green+Blue) = 236+122+125=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A7D is #138582. Grayscale: #9C9C9C. Windows color (decimal): -1279363 or 8223468. OLE color: 8223468.

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

Color convert

RGB 236 122 125 -
CMYK 0 0.48 0.47 0.07
HSL 358.42º 0.75% 0.7% -
HSV(B) 358.42º 0.48% 0.93% -
XYZ 45.25 33.23 23.43 -
YUV 156.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 236 122 125 0 0.48 0.47 0.07 358.42 0.75 0.7
Hex EC 7A 7D 0 30 2F 7 166 4B 46
Octal 354 172 175 0 60 57 7 546 113 106
Binary 11101100 1111010 1111101 0 110000 101111 111 101100110 1001011 1000110

Color Harmonies of #EC7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7A7D

Black with #EC7A7D

Text Example


Text Example

White with #EC7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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