Html Css Color HEX #ED6258 Flamingo

📋 copy color: '#ED6258'

red 237 ◦ green 98 ◦ blue 88

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

Shades of Flamingo #ED6258

Tints of Flamingo #ED6258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 56.03%
G = 23.17%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#ED6258 (or 0xED6258) is known color: Flamingo. HEX triplet: ED, 62 and 58. RGB value is (237,98,88). Sum of RGB (Red+Green+Blue) = 237+98+88=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6258 is #129DA7. Grayscale: #8A8A8A. Windows color (decimal): -1220008 or 5792493. OLE color: 5792493.

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

Color convert

RGB 237 98 88 -
CMYK 0 0.59 0.63 0.07
HSL 4.03º 0.81% 0.64% -
HSV(B) 4.03º 0.63% 0.93% -
XYZ 41.05 27.44 12.37 -
YUV 138.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 237 98 88 0 0.59 0.63 0.07 4.03 0.81 0.64
Hex ED 62 58 0 3B 3F 7 4 51 40
Octal 355 142 130 0 73 77 7 4 121 100
Binary 11101101 1100010 1011000 0 111011 111111 111 100 1010001 1000000

Color Harmonies of #ED6258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6258

Black with #ED6258

Text Example


Text Example

White with #ED6258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6258; }

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

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

background-color css

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

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

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

border-color css

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

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

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