Html Css Color HEX #ED737D Froly

📋 copy color: '#ED737D'

red 237 ◦ green 115 ◦ blue 125

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

Shades of Froly #ED737D

Tints of Froly #ED737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.11%

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

R = 49.69%
G = 24.11%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED737D (or 0xED737D) is known color: Froly. HEX triplet: ED, 73 and 7D. RGB value is (237,115,125). Sum of RGB (Red+Green+Blue) = 237+115+125=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737D is #128C82. Grayscale: #989898. Windows color (decimal): -1215619 or 8221677. OLE color: 8221677.

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

Color convert

RGB 237 115 125 -
CMYK 0 0.51 0.47 0.07
HSL 355.08º 0.77% 0.69% -
HSV(B) 355.08º 0.51% 0.93% -
XYZ 44.76 31.75 23.17 -
YUV 152.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 237 115 125 0 0.51 0.47 0.07 355.08 0.77 0.69
Hex ED 73 7D 0 33 2F 7 163 4D 45
Octal 355 163 175 0 63 57 7 543 115 105
Binary 11101101 1110011 1111101 0 110011 101111 111 101100011 1001101 1000101

Color Harmonies of #ED737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED737D

Black with #ED737D

Text Example


Text Example

White with #ED737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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