Html Css Color HEX #ED7582 Froly

📋 copy color: '#ED7582'

red 237 ◦ green 117 ◦ blue 130

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

Shades of Froly #ED7582

Tints of Froly #ED7582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.17%

 BLUE value IS 130 (51.17% from 255) = 26.86%

R = 48.97%
G = 24.17%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED7582 (or 0xED7582) is known color: Froly. HEX triplet: ED, 75 and 82. RGB value is (237,117,130). Sum of RGB (Red+Green+Blue) = 237+117+130=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7582 is #128A7D. Grayscale: #9A9A9A. Windows color (decimal): -1215102 or 8549869. OLE color: 8549869.

HSL color Cylindrical-coordinate representation of color #ED7582: hue angle of 353.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7582 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 130 -
CMYK 0 0.51 0.45 0.07
HSL 353.5º 0.77% 0.69% -
HSV(B) 353.5º 0.51% 0.93% -
XYZ 45.32 32.34 24.97 -
YUV 154.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 237 117 130 0 0.51 0.45 0.07 353.5 0.77 0.69
Hex ED 75 82 0 33 2D 7 162 4D 45
Octal 355 165 202 0 63 55 7 542 115 105
Binary 11101101 1110101 10000010 0 110011 101101 111 101100010 1001101 1000101

Color Harmonies of #ED7582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7582

Black with #ED7582

Text Example


Text Example

White with #ED7582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7582; }

 p { color: rgb(237,117,130); }

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

background-color css

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

 a { background-color: rgb(237,117,130); }

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

border-color css

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

 span { border-color: rgb(237,117,130); }

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