Html Css Color HEX #ED7B7C Froly

📋 copy color: '#ED7B7C'

red 237 ◦ green 123 ◦ blue 124

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

Shades of Froly #ED7B7C

Tints of Froly #ED7B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.41%

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

R = 48.97%
G = 25.41%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED7B7C (or 0xED7B7C) is known color: Froly. HEX triplet: ED, 7B and 7C. RGB value is (237,123,124). Sum of RGB (Red+Green+Blue) = 237+123+124=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 123 (48.44% from 255 or 25.41% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B7C is #128483. Grayscale: #9D9D9D. Windows color (decimal): -1213572 or 8158189. OLE color: 8158189.

HSL color Cylindrical-coordinate representation of color #ED7B7C: hue angle of 359.47º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7B7C is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 124 -
CMYK 0 0.48 0.48 0.07
HSL 359.47º 0.76% 0.71% -
HSV(B) 359.47º 0.48% 0.93% -
XYZ 45.65 33.63 23.15 -
YUV 157.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 237 123 124 0 0.48 0.48 0.07 359.47 0.76 0.71
Hex ED 7B 7C 0 30 30 7 167 4C 47
Octal 355 173 174 0 60 60 7 547 114 107
Binary 11101101 1111011 1111100 0 110000 110000 111 101100111 1001100 1000111

Color Harmonies of #ED7B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B7C

Black with #ED7B7C

Text Example


Text Example

White with #ED7B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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