Html Css Color HEX #ED5FEF Pink Flamingo

📋 copy color: '#ED5FEF'

red 237 ◦ green 95 ◦ blue 239

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

Shades of Pink Flamingo #ED5FEF

Tints of Pink Flamingo #ED5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 41.51%
G = 16.64%
B = 41.86%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED5FEF (or 0xED5FEF) is known color: Pink Flamingo. HEX triplet: ED, 5F and EF. RGB value is (237,95,239). Sum of RGB (Red+Green+Blue) = 237+95+239=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED5FEF is #12A010. Grayscale: #999999. Windows color (decimal): -1220625 or 15687661. OLE color: 15687661.

HSL color Cylindrical-coordinate representation of color #ED5FEF: hue angle of 299.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED5FEF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 95 239 -
CMYK 0.01 0.60 0 0.06
HSL 299.17º 0.82% 0.65% -
HSV(B) 299.17º 0.6% 0.94% -
XYZ 54.6 32.42 85.04 -
YUV 153.87 176.04 187.29 -
System Red Green Blue C M Y K H S L
Decimal 237 95 239 0.01 0.60 0 0.06 299.17 0.82 0.65
Hex ED 5F EF 1 3C 0 6 12B 52 41
Octal 355 137 357 1 74 0 6 453 122 101
Binary 11101101 1011111 11101111 1 111100 0 110 100101011 1010010 1000001

Color Harmonies of #ED5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5FEF

Black with #ED5FEF

Text Example


Text Example

White with #ED5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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