Html Css Color HEX #ED727F Froly

📋 copy color: '#ED727F'

red 237 ◦ green 114 ◦ blue 127

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

Shades of Froly #ED727F

Tints of Froly #ED727F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.57%

R = 49.58%
G = 23.85%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED727F (or 0xED727F) is known color: Froly. HEX triplet: ED, 72 and 7F. RGB value is (237,114,127). Sum of RGB (Red+Green+Blue) = 237+114+127=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED727F is #128D80. Grayscale: #989898. Windows color (decimal): -1215873 or 8352493. OLE color: 8352493.

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

Color convert

RGB 237 114 127 -
CMYK 0 0.52 0.46 0.07
HSL 353.66º 0.77% 0.69% -
HSV(B) 353.66º 0.52% 0.93% -
XYZ 44.77 31.57 23.81 -
YUV 152.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 237 114 127 0 0.52 0.46 0.07 353.66 0.77 0.69
Hex ED 72 7F 0 34 2E 7 162 4D 45
Octal 355 162 177 0 64 56 7 542 115 105
Binary 11101101 1110010 1111111 0 110100 101110 111 101100010 1001101 1000101

Color Harmonies of #ED727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED727F

Black with #ED727F

Text Example


Text Example

White with #ED727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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