Html Css Color HEX #ED5BFD Pink Flamingo

📋 copy color: '#ED5BFD'

red 237 ◦ green 91 ◦ blue 253

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

Shades of Pink Flamingo #ED5BFD

Tints of Pink Flamingo #ED5BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 40.79%
G = 15.66%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED5BFD (or 0xED5BFD) is known color: Pink Flamingo. HEX triplet: ED, 5B and FD. RGB value is (237,91,253). Sum of RGB (Red+Green+Blue) = 237+91+253=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED5BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5BFD is #12A402. Grayscale: #989898. Windows color (decimal): -1221635 or 16604141. OLE color: 16604141.

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

Color convert

RGB 237 91 253 -
CMYK 0.06 0.64 0 0.01
HSL 294.07º 0.98% 0.67% -
HSV(B) 294.07º 0.64% 0.99% -
XYZ 56.4 32.58 96.24 -
YUV 153.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 237 91 253 0.06 0.64 0 0.01 294.07 0.98 0.67
Hex ED 5B FD 6 40 0 1 126 62 43
Octal 355 133 375 6 100 0 1 446 142 103
Binary 11101101 1011011 11111101 110 1000000 0 1 100100110 1100010 1000011

Color Harmonies of #ED5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BFD

Black with #ED5BFD

Text Example


Text Example

White with #ED5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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