Html Css Color HEX #ED8182 Froly

📋 copy color: '#ED8182'

red 237 ◦ green 129 ◦ blue 130

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

Shades of Froly #ED8182

Tints of Froly #ED8182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.01%

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

R = 47.78%
G = 26.01%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8182 (or 0xED8182) is known color: Froly. HEX triplet: ED, 81 and 82. RGB value is (237,129,130). Sum of RGB (Red+Green+Blue) = 237+129+130=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8182 is #127E7D. Grayscale: #A1A1A1. Windows color (decimal): -1212030 or 8552941. OLE color: 8552941.

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

Color convert

RGB 237 129 130 -
CMYK 0 0.46 0.45 0.07
HSL 359.44º 0.75% 0.72% -
HSV(B) 359.44º 0.46% 0.93% -
XYZ 46.8 35.32 25.47 -
YUV 161.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 237 129 130 0 0.46 0.45 0.07 359.44 0.75 0.72
Hex ED 81 82 0 2E 2D 7 167 4B 48
Octal 355 201 202 0 56 55 7 547 113 110
Binary 11101101 10000001 10000010 0 101110 101101 111 101100111 1001011 1001000

Color Harmonies of #ED8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8182

Black with #ED8182

Text Example


Text Example

White with #ED8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8182; }

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

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

background-color css

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

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

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

border-color css

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

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

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