Html Css Color HEX #ED747B Froly

📋 copy color: '#ED747B'

red 237 ◦ green 116 ◦ blue 123

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

Shades of Froly #ED747B

Tints of Froly #ED747B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.84%

R = 49.79%
G = 24.37%
B = 25.84%

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

#ED747B (or 0xED747B) is known color: Froly. HEX triplet: ED, 74 and 7B. RGB value is (237,116,123). Sum of RGB (Red+Green+Blue) = 237+116+123=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747B is #128B84. Grayscale: #999999. Windows color (decimal): -1215365 or 8090861. OLE color: 8090861.

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

Color convert

RGB 237 116 123 -
CMYK 0 0.51 0.48 0.07
HSL 356.53º 0.77% 0.69% -
HSV(B) 356.53º 0.51% 0.93% -
XYZ 44.75 31.93 22.54 -
YUV 152.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 237 116 123 0 0.51 0.48 0.07 356.53 0.77 0.69
Hex ED 74 7B 0 33 30 7 165 4D 45
Octal 355 164 173 0 63 60 7 545 115 105
Binary 11101101 1110100 1111011 0 110011 110000 111 101100101 1001101 1000101

Color Harmonies of #ED747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED747B

Black with #ED747B

Text Example


Text Example

White with #ED747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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