Html Css Color HEX #ED5EFA Pink Flamingo

📋 copy color: '#ED5EFA'

red 237 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #ED5EFA

Tints of Pink Flamingo #ED5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.03%

R = 40.79%
G = 16.18%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED5EFA (or 0xED5EFA) is known color: Pink Flamingo. HEX triplet: ED, 5E and FA. RGB value is (237,94,250). Sum of RGB (Red+Green+Blue) = 237+94+250=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5EFA is #12A105. Grayscale: #9A9A9A. Windows color (decimal): -1220870 or 16408301. OLE color: 16408301.

HSL color Cylindrical-coordinate representation of color #ED5EFA: hue angle of 295º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ED5EFA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 94 250 -
CMYK 0.05 0.62 0 0.02
HSL 295º 0.94% 0.67% -
HSV(B) 295º 0.62% 0.98% -
XYZ 56.18 32.91 93.83 -
YUV 154.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 237 94 250 0.05 0.62 0 0.02 295 0.94 0.67
Hex ED 5E FA 5 3E 0 2 127 5E 43
Octal 355 136 372 5 76 0 2 447 136 103
Binary 11101101 1011110 11111010 101 111110 0 10 100100111 1011110 1000011

Color Harmonies of #ED5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5EFA

Black with #ED5EFA

Text Example


Text Example

White with #ED5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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