Html Css Color HEX #ED5852 Flamingo

📋 copy color: '#ED5852'

red 237 ◦ green 88 ◦ blue 82

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

Shades of Flamingo #ED5852

Tints of Flamingo #ED5852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 82 (32.42% from 255) = 20.15%

R = 58.23%
G = 21.62%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED5852 (or 0xED5852) is known color: Flamingo. HEX triplet: ED, 58 and 52. RGB value is (237,88,82). Sum of RGB (Red+Green+Blue) = 237+88+82=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5852 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5852 is #12A7AD. Grayscale: #848484. Windows color (decimal): -1222574 or 5396717. OLE color: 5396717.

HSL color Cylindrical-coordinate representation of color #ED5852: hue angle of 2.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ED5852 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 88 82 -
CMYK 0 0.63 0.65 0.07
HSL 2.32º 0.81% 0.63% -
HSV(B) 2.32º 0.65% 0.93% -
XYZ 39.94 25.59 10.82 -
YUV 131.87 99.86 202.99 -
System Red Green Blue C M Y K H S L
Decimal 237 88 82 0 0.63 0.65 0.07 2.32 0.81 0.63
Hex ED 58 52 0 3F 41 7 2 51 3F
Octal 355 130 122 0 77 101 7 2 121 77
Binary 11101101 1011000 1010010 0 111111 1000001 111 10 1010001 111111

Color Harmonies of #ED5852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5852

Black with #ED5852

Text Example


Text Example

White with #ED5852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5852; }

 p { color: rgb(237,88,82); }

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

background-color css

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

 a { background-color: rgb(237,88,82); }

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

border-color css

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

 span { border-color: rgb(237,88,82); }

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