Html Css Color HEX #ED5DFE Pink Flamingo

📋 copy color: '#ED5DFE'

red 237 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #ED5DFE

Tints of Pink Flamingo #ED5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 40.58%
G = 15.92%
B = 43.49%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED5DFE (or 0xED5DFE) is known color: Pink Flamingo. HEX triplet: ED, 5D and FE. RGB value is (237,93,254). Sum of RGB (Red+Green+Blue) = 237+93+254=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 93 (36.72% from 255 or 15.92% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5DFE is #12A201. Grayscale: #999999. Windows color (decimal): -1221122 or 16670189. OLE color: 16670189.

HSL color Cylindrical-coordinate representation of color #ED5DFE: hue angle of 293.66º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5DFE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 93 254 -
CMYK 0.07 0.63 0 0.00
HSL 293.66º 0.99% 0.68% -
HSV(B) 293.66º 0.63% 1% -
XYZ 56.73 32.99 97.14 -
YUV 154.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 237 93 254 0.07 0.63 0 0.00 293.66 0.99 0.68
Hex ED 5D FE 7 3F 0 0 126 63 44
Octal 355 135 376 7 77 0 0 446 143 104
Binary 11101101 1011101 11111110 111 111111 0 0 100100110 1100011 1000100

Color Harmonies of #ED5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5DFE

Black with #ED5DFE

Text Example


Text Example

White with #ED5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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