Html Css Color HEX #ED787E Froly

📋 copy color: '#ED787E'

red 237 ◦ green 120 ◦ blue 126

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

Shades of Froly #ED787E

Tints of Froly #ED787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 49.07%
G = 24.84%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED787E (or 0xED787E) is known color: Froly. HEX triplet: ED, 78 and 7E. RGB value is (237,120,126). Sum of RGB (Red+Green+Blue) = 237+120+126=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED787E is #128781. Grayscale: #9B9B9B. Windows color (decimal): -1214338 or 8288493. OLE color: 8288493.

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

Color convert

RGB 237 120 126 -
CMYK 0 0.49 0.47 0.07
HSL 356.92º 0.76% 0.7% -
HSV(B) 356.92º 0.49% 0.93% -
XYZ 45.41 32.94 23.7 -
YUV 155.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 237 120 126 0 0.49 0.47 0.07 356.92 0.76 0.7
Hex ED 78 7E 0 31 2F 7 165 4C 46
Octal 355 170 176 0 61 57 7 545 114 106
Binary 11101101 1111000 1111110 0 110001 101111 111 101100101 1001100 1000110

Color Harmonies of #ED787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED787E

Black with #ED787E

Text Example


Text Example

White with #ED787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED787E; }

 p { color: rgb(237,120,126); }

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

background-color css

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

 a { background-color: rgb(237,120,126); }

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

border-color css

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

 span { border-color: rgb(237,120,126); }

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