Html Css Color HEX #ED737C Froly

📋 copy color: '#ED737C'

red 237 ◦ green 115 ◦ blue 124

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

Shades of Froly #ED737C

Tints of Froly #ED737C

RGB

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

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

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

R = 49.79%
G = 24.16%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED737C (or 0xED737C) is known color: Froly. HEX triplet: ED, 73 and 7C. RGB value is (237,115,124). Sum of RGB (Red+Green+Blue) = 237+115+124=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED737C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED737C is #128C83. Grayscale: #989898. Windows color (decimal): -1215620 or 8156141. OLE color: 8156141.

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

Color convert

RGB 237 115 124 -
CMYK 0 0.51 0.48 0.07
HSL 355.57º 0.77% 0.69% -
HSV(B) 355.57º 0.51% 0.93% -
XYZ 44.69 31.72 22.84 -
YUV 152.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 237 115 124 0 0.51 0.48 0.07 355.57 0.77 0.69
Hex ED 73 7C 0 33 30 7 164 4D 45
Octal 355 163 174 0 63 60 7 544 115 105
Binary 11101101 1110011 1111100 0 110011 110000 111 101100100 1001101 1000101

Color Harmonies of #ED737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED737C

Black with #ED737C

Text Example


Text Example

White with #ED737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED737C; }

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

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

background-color css

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

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

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

border-color css

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

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

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