Html Css Color HEX #ED5DF8 Pink Flamingo

📋 copy color: '#ED5DF8'

red 237 ◦ green 93 ◦ blue 248

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

Shades of Pink Flamingo #ED5DF8

Tints of Pink Flamingo #ED5DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.09%

 BLUE value IS 248 (97.27% from 255) = 42.91%

R = 41%
G = 16.09%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED5DF8 (or 0xED5DF8) is known color: Pink Flamingo. HEX triplet: ED, 5D and F8. RGB value is (237,93,248). Sum of RGB (Red+Green+Blue) = 237+93+248=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5DF8 is #12A207. Grayscale: #999999. Windows color (decimal): -1221128 or 16276973. OLE color: 16276973.

HSL color Cylindrical-coordinate representation of color #ED5DF8: hue angle of 295.74º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5DF8 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 93 248 -
CMYK 0.04 0.62 0 0.03
HSL 295.74º 0.92% 0.67% -
HSV(B) 295.74º 0.63% 0.97% -
XYZ 55.78 32.61 92.16 -
YUV 153.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 237 93 248 0.04 0.62 0 0.03 295.74 0.92 0.67
Hex ED 5D F8 4 3E 0 3 128 5C 43
Octal 355 135 370 4 76 0 3 450 134 103
Binary 11101101 1011101 11111000 100 111110 0 11 100101000 1011100 1000011

Color Harmonies of #ED5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DF8

Black with #ED5DF8

Text Example


Text Example

White with #ED5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DF8; }

 p { color: rgb(237,93,248); }

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

background-color css

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

 a { background-color: rgb(237,93,248); }

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

border-color css

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

 span { border-color: rgb(237,93,248); }

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