Html Css Color HEX #ED6352 Flamingo

📋 copy color: '#ED6352'

red 237 ◦ green 99 ◦ blue 82

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

Shades of Flamingo #ED6352

Tints of Flamingo #ED6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

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

R = 56.7%
G = 23.68%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED6352 (or 0xED6352) is known color: Flamingo. HEX triplet: ED, 63 and 52. RGB value is (237,99,82). Sum of RGB (Red+Green+Blue) = 237+99+82=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6352 is #129CAD. Grayscale: #8A8A8A. Windows color (decimal): -1219758 or 5399533. OLE color: 5399533.

HSL color Cylindrical-coordinate representation of color #ED6352: hue angle of 6.58º 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 #ED6352 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 99 82 -
CMYK 0 0.58 0.65 0.07
HSL 6.58º 0.81% 0.63% -
HSV(B) 6.58º 0.65% 0.93% -
XYZ 40.91 27.54 11.14 -
YUV 138.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 237 99 82 0 0.58 0.65 0.07 6.58 0.81 0.63
Hex ED 63 52 0 3A 41 7 7 51 3F
Octal 355 143 122 0 72 101 7 7 121 77
Binary 11101101 1100011 1010010 0 111010 1000001 111 111 1010001 111111

Color Harmonies of #ED6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6352

Black with #ED6352

Text Example


Text Example

White with #ED6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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