Html Css Color HEX #ED787A Froly

📋 copy color: '#ED787A'

red 237 ◦ green 120 ◦ blue 122

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

Shades of Froly #ED787A

Tints of Froly #ED787A

RGB

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

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

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

R = 49.48%
G = 25.05%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED787A (or 0xED787A) is known color: Froly. HEX triplet: ED, 78 and 7A. RGB value is (237,120,122). Sum of RGB (Red+Green+Blue) = 237+120+122=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED787A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED787A is #128785. Grayscale: #9B9B9B. Windows color (decimal): -1214342 or 8026349. OLE color: 8026349.

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

Color convert

RGB 237 120 122 -
CMYK 0 0.49 0.49 0.07
HSL 358.97º 0.76% 0.7% -
HSV(B) 358.97º 0.49% 0.93% -
XYZ 45.15 32.84 22.37 -
YUV 155.21 109.26 186.34 -
System Red Green Blue C M Y K H S L
Decimal 237 120 122 0 0.49 0.49 0.07 358.97 0.76 0.7
Hex ED 78 7A 0 31 31 7 167 4C 46
Octal 355 170 172 0 61 61 7 547 114 106
Binary 11101101 1111000 1111010 0 110001 110001 111 101100111 1001100 1000110

Color Harmonies of #ED787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED787A

Black with #ED787A

Text Example


Text Example

White with #ED787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED787A; }

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

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

background-color css

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

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

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

border-color css

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

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

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