Html Css Color HEX #ED40FE Pink Flamingo

📋 copy color: '#ED40FE'

red 237 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #ED40FE

Tints of Pink Flamingo #ED40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.53%

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

R = 42.7%
G = 11.53%
B = 45.77%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED40FE (or 0xED40FE) is known color: Pink Flamingo. HEX triplet: ED, 40 and FE. RGB value is (237,64,254). Sum of RGB (Red+Green+Blue) = 237+64+254=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED40FE is #12BF01. Grayscale: #888888. Windows color (decimal): -1228546 or 16662765. OLE color: 16662765.

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

Color convert

RGB 237 64 254 -
CMYK 0.07 0.75 0 0.00
HSL 294.63º 0.99% 0.62% -
HSV(B) 294.63º 0.75% 1% -
XYZ 54.65 28.83 96.45 -
YUV 137.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 237 64 254 0.07 0.75 0 0.00 294.63 0.99 0.62
Hex ED 40 FE 7 4B 0 0 127 63 3E
Octal 355 100 376 7 113 0 0 447 143 76
Binary 11101101 1000000 11111110 111 1001011 0 0 100100111 1100011 111110

Color Harmonies of #ED40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED40FE

Black with #ED40FE

Text Example


Text Example

White with #ED40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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