Html Css Color HEX #ED747F Froly

📋 copy color: '#ED747F'

red 237 ◦ green 116 ◦ blue 127

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

Shades of Froly #ED747F

Tints of Froly #ED747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

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

R = 49.38%
G = 24.17%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED747F (or 0xED747F) is known color: Froly. HEX triplet: ED, 74 and 7F. RGB value is (237,116,127). Sum of RGB (Red+Green+Blue) = 237+116+127=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747F is #128B80. Grayscale: #999999. Windows color (decimal): -1215361 or 8353005. OLE color: 8353005.

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

Color convert

RGB 237 116 127 -
CMYK 0 0.51 0.46 0.07
HSL 354.55º 0.77% 0.69% -
HSV(B) 354.55º 0.51% 0.93% -
XYZ 45 32.03 23.89 -
YUV 153.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 237 116 127 0 0.51 0.46 0.07 354.55 0.77 0.69
Hex ED 74 7F 0 33 2E 7 163 4D 45
Octal 355 164 177 0 63 56 7 543 115 105
Binary 11101101 1110100 1111111 0 110011 101110 111 101100011 1001101 1000101

Color Harmonies of #ED747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED747F

Black with #ED747F

Text Example


Text Example

White with #ED747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED747F; }

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

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

background-color css

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

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

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

border-color css

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

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

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