Html Css Color HEX #ED747A Froly

📋 copy color: '#ED747A'

red 237 ◦ green 116 ◦ blue 122

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

Shades of Froly #ED747A

Tints of Froly #ED747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 49.89%
G = 24.42%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED747A (or 0xED747A) is known color: Froly. HEX triplet: ED, 74 and 7A. RGB value is (237,116,122). Sum of RGB (Red+Green+Blue) = 237+116+122=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747A is #128B85. Grayscale: #989898. Windows color (decimal): -1215366 or 8025325. OLE color: 8025325.

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

Color convert

RGB 237 116 122 -
CMYK 0 0.51 0.49 0.07
HSL 357.02º 0.77% 0.69% -
HSV(B) 357.02º 0.51% 0.93% -
XYZ 44.68 31.9 22.21 -
YUV 152.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 237 116 122 0 0.51 0.49 0.07 357.02 0.77 0.69
Hex ED 74 7A 0 33 31 7 165 4D 45
Octal 355 164 172 0 63 61 7 545 115 105
Binary 11101101 1110100 1111010 0 110011 110001 111 101100101 1001101 1000101

Color Harmonies of #ED747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED747A

Black with #ED747A

Text Example


Text Example

White with #ED747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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