Html Css Color HEX #ED46FE Pink Flamingo

📋 copy color: '#ED46FE'

red 237 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #ED46FE

Tints of Pink Flamingo #ED46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.48%

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

R = 42.25%
G = 12.48%
B = 45.28%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED46FE (or 0xED46FE) is known color: Pink Flamingo. HEX triplet: ED, 46 and FE. RGB value is (237,70,254). Sum of RGB (Red+Green+Blue) = 237+70+254=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 70 (27.73% from 255 or 12.48% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED46FE is #12B901. Grayscale: #8C8C8C. Windows color (decimal): -1227010 or 16664301. OLE color: 16664301.

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

Color convert

RGB 237 70 254 -
CMYK 0.07 0.72 0 0.00
HSL 294.46º 0.99% 0.64% -
HSV(B) 294.46º 0.72% 1% -
XYZ 55 29.54 96.57 -
YUV 140.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 237 70 254 0.07 0.72 0 0.00 294.46 0.99 0.64
Hex ED 46 FE 7 48 0 0 126 63 40
Octal 355 106 376 7 110 0 0 446 143 100
Binary 11101101 1000110 11111110 111 1001000 0 0 100100110 1100011 1000000

Color Harmonies of #ED46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46FE

Black with #ED46FE

Text Example


Text Example

White with #ED46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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