Html Css Color HEX #ED727C Froly

📋 copy color: '#ED727C'

red 237 ◦ green 114 ◦ blue 124

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

Shades of Froly #ED727C

Tints of Froly #ED727C

RGB

 RED value IS 237 (92.97% from 255) = 49.89%

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

 BLUE value IS 124 (48.83% from 255) = 26.11%

R = 49.89%
G = 24%
B = 26.11%

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

#ED727C (or 0xED727C) is known color: Froly. HEX triplet: ED, 72 and 7C. RGB value is (237,114,124). Sum of RGB (Red+Green+Blue) = 237+114+124=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED727C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED727C is #128D83. Grayscale: #989898. Windows color (decimal): -1215876 or 8155885. OLE color: 8155885.

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

Color convert

RGB 237 114 124 -
CMYK 0 0.52 0.48 0.07
HSL 355.12º 0.77% 0.69% -
HSV(B) 355.12º 0.52% 0.93% -
XYZ 44.58 31.49 22.8 -
YUV 151.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 237 114 124 0 0.52 0.48 0.07 355.12 0.77 0.69
Hex ED 72 7C 0 34 30 7 163 4D 45
Octal 355 162 174 0 64 60 7 543 115 105
Binary 11101101 1110010 1111100 0 110100 110000 111 101100011 1001101 1000101

Color Harmonies of #ED727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED727C

Black with #ED727C

Text Example


Text Example

White with #ED727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED727C; }

 p { color: rgb(237,114,124); }

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

background-color css

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

 a { background-color: rgb(237,114,124); }

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

border-color css

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

 span { border-color: rgb(237,114,124); }

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