Html Css Color HEX #ED4DFE Pink Flamingo

📋 copy color: '#ED4DFE'

red 237 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #ED4DFE

Tints of Pink Flamingo #ED4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.56%

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

R = 41.73%
G = 13.56%
B = 44.72%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED4DFE (or 0xED4DFE) is known color: Pink Flamingo. HEX triplet: ED, 4D and FE. RGB value is (237,77,254). Sum of RGB (Red+Green+Blue) = 237+77+254=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DFE is #12B201. Grayscale: #909090. Windows color (decimal): -1225218 or 16666093. OLE color: 16666093.

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

Color convert

RGB 237 77 254 -
CMYK 0.07 0.70 0 0.00
HSL 294.24º 0.99% 0.65% -
HSV(B) 294.24º 0.7% 1% -
XYZ 55.47 30.47 96.72 -
YUV 145.02 189.51 193.61 -
System Red Green Blue C M Y K H S L
Decimal 237 77 254 0.07 0.70 0 0.00 294.24 0.99 0.65
Hex ED 4D FE 7 46 0 0 126 63 41
Octal 355 115 376 7 106 0 0 446 143 101
Binary 11101101 1001101 11111110 111 1000110 0 0 100100110 1100011 1000001

Color Harmonies of #ED4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DFE

Black with #ED4DFE

Text Example


Text Example

White with #ED4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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