Html Css Color HEX #ED727D Froly

📋 copy color: '#ED727D'

red 237 ◦ green 114 ◦ blue 125

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

Shades of Froly #ED727D

Tints of Froly #ED727D

RGB

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

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

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

R = 49.79%
G = 23.95%
B = 26.26%

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

#ED727D (or 0xED727D) is known color: Froly. HEX triplet: ED, 72 and 7D. RGB value is (237,114,125). Sum of RGB (Red+Green+Blue) = 237+114+125=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED727D is #128D82. Grayscale: #989898. Windows color (decimal): -1215875 or 8221421. OLE color: 8221421.

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

Color convert

RGB 237 114 125 -
CMYK 0 0.52 0.47 0.07
HSL 354.63º 0.77% 0.69% -
HSV(B) 354.63º 0.52% 0.93% -
XYZ 44.64 31.52 23.13 -
YUV 152.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 237 114 125 0 0.52 0.47 0.07 354.63 0.77 0.69
Hex ED 72 7D 0 34 2F 7 163 4D 45
Octal 355 162 175 0 64 57 7 543 115 105
Binary 11101101 1110010 1111101 0 110100 101111 111 101100011 1001101 1000101

Color Harmonies of #ED727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED727D

Black with #ED727D

Text Example


Text Example

White with #ED727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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