Html Css Color HEX #ED5BFA Pink Flamingo

📋 copy color: '#ED5BFA'

red 237 ◦ green 91 ◦ blue 250

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

Shades of Pink Flamingo #ED5BFA

Tints of Pink Flamingo #ED5BFA

RGB

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

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

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

R = 41%
G = 15.74%
B = 43.25%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED5BFA (or 0xED5BFA) is known color: Pink Flamingo. HEX triplet: ED, 5B and FA. RGB value is (237,91,250). Sum of RGB (Red+Green+Blue) = 237+91+250=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 91 (35.94% from 255 or 15.74% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED5BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BFA is #12A405. Grayscale: #989898. Windows color (decimal): -1221638 or 16407533. OLE color: 16407533.

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

Color convert

RGB 237 91 250 -
CMYK 0.05 0.64 0 0.02
HSL 295.09º 0.94% 0.67% -
HSV(B) 295.09º 0.64% 0.98% -
XYZ 55.92 32.39 93.75 -
YUV 152.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 237 91 250 0.05 0.64 0 0.02 295.09 0.94 0.67
Hex ED 5B FA 5 40 0 2 127 5E 43
Octal 355 133 372 5 100 0 2 447 136 103
Binary 11101101 1011011 11111010 101 1000000 0 10 100100111 1011110 1000011

Color Harmonies of #ED5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BFA

Black with #ED5BFA

Text Example


Text Example

White with #ED5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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