Html Css Color HEX #ED5EFF Pink Flamingo

📋 copy color: '#ED5EFF'

red 237 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #ED5EFF

Tints of Pink Flamingo #ED5EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.04%

 BLUE value IS 255 (100% from 255) = 43.52%

R = 40.44%
G = 16.04%
B = 43.52%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED5EFF (or 0xED5EFF) is known color: Pink Flamingo. HEX triplet: ED, 5E and FF. RGB value is (237,94,255). Sum of RGB (Red+Green+Blue) = 237+94+255=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFF is #12A100. Grayscale: #9A9A9A. Windows color (decimal): -1220865 or 16735981. OLE color: 16735981.

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

Color convert

RGB 237 94 255 -
CMYK 0.07 0.63 0 0
HSL 293.29º 1% 0.68% -
HSV(B) 293.29º 0.63% 1% -
XYZ 56.98 33.23 98.02 -
YUV 155.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 237 94 255 0.07 0.63 0 0 293.29 1 0.68
Hex ED 5E FF 7 3F 0 0 125 64 44
Octal 355 136 377 7 77 0 0 445 144 104
Binary 11101101 1011110 11111111 111 111111 0 0 100100101 1100100 1000100

Color Harmonies of #ED5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EFF

Black with #ED5EFF

Text Example


Text Example

White with #ED5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EFF; }

 p { color: rgb(237,94,255); }

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

background-color css

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

 a { background-color: rgb(237,94,255); }

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

border-color css

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

 span { border-color: rgb(237,94,255); }

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