Html Css Color HEX #ED5BFE Pink Flamingo

📋 copy color: '#ED5BFE'

red 237 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #ED5BFE

Tints of Pink Flamingo #ED5BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.64%

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

R = 40.72%
G = 15.64%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED5BFE (or 0xED5BFE) is known color: Pink Flamingo. HEX triplet: ED, 5B and FE. RGB value is (237,91,254). Sum of RGB (Red+Green+Blue) = 237+91+254=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 91 (35.94% from 255 or 15.64% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BFE is #12A401. Grayscale: #989898. Windows color (decimal): -1221634 or 16669677. OLE color: 16669677.

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

Color convert

RGB 237 91 254 -
CMYK 0.07 0.64 0 0.00
HSL 293.74º 0.99% 0.68% -
HSV(B) 293.74º 0.64% 1% -
XYZ 56.56 32.64 97.09 -
YUV 153.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 237 91 254 0.07 0.64 0 0.00 293.74 0.99 0.68
Hex ED 5B FE 7 40 0 0 126 63 44
Octal 355 133 376 7 100 0 0 446 143 104
Binary 11101101 1011011 11111110 111 1000000 0 0 100100110 1100011 1000100

Color Harmonies of #ED5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BFE

Black with #ED5BFE

Text Example


Text Example

White with #ED5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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