Html Css Color HEX #ED767A Froly

📋 copy color: '#ED767A'

red 237 ◦ green 118 ◦ blue 122

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

Shades of Froly #ED767A

Tints of Froly #ED767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 49.69%
G = 24.74%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED767A (or 0xED767A) is known color: Froly. HEX triplet: ED, 76 and 7A. RGB value is (237,118,122). Sum of RGB (Red+Green+Blue) = 237+118+122=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED767A is #128985. Grayscale: #9A9A9A. Windows color (decimal): -1214854 or 8025837. OLE color: 8025837.

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

Color convert

RGB 237 118 122 -
CMYK 0 0.50 0.49 0.07
HSL 357.98º 0.77% 0.7% -
HSV(B) 357.98º 0.5% 0.93% -
XYZ 44.92 32.37 22.29 -
YUV 154.04 109.92 187.17 -
System Red Green Blue C M Y K H S L
Decimal 237 118 122 0 0.50 0.49 0.07 357.98 0.77 0.7
Hex ED 76 7A 0 32 31 7 166 4D 46
Octal 355 166 172 0 62 61 7 546 115 106
Binary 11101101 1110110 1111010 0 110010 110001 111 101100110 1001101 1000110

Color Harmonies of #ED767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED767A

Black with #ED767A

Text Example


Text Example

White with #ED767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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