Html Css Color HEX #EC727E Froly

📋 copy color: '#EC727E'

red 236 ◦ green 114 ◦ blue 126

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

Shades of Froly #EC727E

Tints of Froly #EC727E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 49.58%
G = 23.95%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC727E (or 0xEC727E) is known color: Froly. HEX triplet: EC, 72 and 7E. RGB value is (236,114,126). Sum of RGB (Red+Green+Blue) = 236+114+126=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC727E is #138D81. Grayscale: #979797. Windows color (decimal): -1281410 or 8286956. OLE color: 8286956.

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

Color convert

RGB 236 114 126 -
CMYK 0 0.52 0.47 0.07
HSL 354.1º 0.76% 0.69% -
HSV(B) 354.1º 0.52% 0.93% -
XYZ 44.38 31.37 23.46 -
YUV 151.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 236 114 126 0 0.52 0.47 0.07 354.1 0.76 0.69
Hex EC 72 7E 0 34 2F 7 162 4C 45
Octal 354 162 176 0 64 57 7 542 114 105
Binary 11101100 1110010 1111110 0 110100 101111 111 101100010 1001100 1000101

Color Harmonies of #EC727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC727E

Black with #EC727E

Text Example


Text Example

White with #EC727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC727E; }

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

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

background-color css

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

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

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

border-color css

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

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

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