Html Css Color HEX #EC727A Froly

📋 copy color: '#EC727A'

red 236 ◦ green 114 ◦ blue 122

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

Shades of Froly #EC727A

Tints of Froly #EC727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.15%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 50%
G = 24.15%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC727A (or 0xEC727A) is known color: Froly. HEX triplet: EC, 72 and 7A. RGB value is (236,114,122). Sum of RGB (Red+Green+Blue) = 236+114+122=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727A is #138D85. Grayscale: #979797. Windows color (decimal): -1281414 or 8024812. OLE color: 8024812.

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

Color convert

RGB 236 114 122 -
CMYK 0 0.52 0.48 0.07
HSL 356.07º 0.76% 0.69% -
HSV(B) 356.07º 0.52% 0.93% -
XYZ 44.12 31.27 22.12 -
YUV 151.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 236 114 122 0 0.52 0.48 0.07 356.07 0.76 0.69
Hex EC 72 7A 0 34 30 7 164 4C 45
Octal 354 162 172 0 64 60 7 544 114 105
Binary 11101100 1110010 1111010 0 110100 110000 111 101100100 1001100 1000101

Color Harmonies of #EC727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC727A

Black with #EC727A

Text Example


Text Example

White with #EC727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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