Html Css Color HEX #ED5FFE Pink Flamingo

📋 copy color: '#ED5FFE'

red 237 ◦ green 95 ◦ blue 254

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

Shades of Pink Flamingo #ED5FFE

Tints of Pink Flamingo #ED5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.21%

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

R = 40.44%
G = 16.21%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED5FFE (or 0xED5FFE) is known color: Pink Flamingo. HEX triplet: ED, 5F and FE. RGB value is (237,95,254). Sum of RGB (Red+Green+Blue) = 237+95+254=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 95 (37.5% from 255 or 16.21% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED5FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FFE is #12A001. Grayscale: #9B9B9B. Windows color (decimal): -1220610 or 16670701. OLE color: 16670701.

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

Color convert

RGB 237 95 254 -
CMYK 0.07 0.63 0 0.00
HSL 293.58º 0.99% 0.68% -
HSV(B) 293.58º 0.63% 1% -
XYZ 56.91 33.34 97.2 -
YUV 155.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 237 95 254 0.07 0.63 0 0.00 293.58 0.99 0.68
Hex ED 5F FE 7 3F 0 0 126 63 44
Octal 355 137 376 7 77 0 0 446 143 104
Binary 11101101 1011111 11111110 111 111111 0 0 100100110 1100011 1000100

Color Harmonies of #ED5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5FFE

Black with #ED5FFE

Text Example


Text Example

White with #ED5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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