Html Css Color HEX #ED6472 Froly

📋 copy color: '#ED6472'

red 237 ◦ green 100 ◦ blue 114

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

Shades of Froly #ED6472

Tints of Froly #ED6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 114 (44.92% from 255) = 25.28%

R = 52.55%
G = 22.17%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED6472 (or 0xED6472) is known color: Froly. HEX triplet: ED, 64 and 72. RGB value is (237,100,114). Sum of RGB (Red+Green+Blue) = 237+100+114=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6472 is #129B8D. Grayscale: #8E8E8E. Windows color (decimal): -1219470 or 7496941. OLE color: 7496941.

HSL color Cylindrical-coordinate representation of color #ED6472: hue angle of 353.87º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6472 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 100 114 -
CMYK 0 0.58 0.52 0.07
HSL 353.87º 0.79% 0.66% -
HSV(B) 353.87º 0.58% 0.93% -
XYZ 42.52 28.33 19.15 -
YUV 142.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 237 100 114 0 0.58 0.52 0.07 353.87 0.79 0.66
Hex ED 64 72 0 3A 34 7 162 4F 42
Octal 355 144 162 0 72 64 7 542 117 102
Binary 11101101 1100100 1110010 0 111010 110100 111 101100010 1001111 1000010

Color Harmonies of #ED6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6472

Black with #ED6472

Text Example


Text Example

White with #ED6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6472; }

 p { color: rgb(237,100,114); }

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

background-color css

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

 a { background-color: rgb(237,100,114); }

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

border-color css

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

 span { border-color: rgb(237,100,114); }

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