Html Css Color HEX #ED48FE Pink Flamingo

📋 copy color: '#ED48FE'

red 237 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #ED48FE

Tints of Pink Flamingo #ED48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.79%

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

R = 42.1%
G = 12.79%
B = 45.12%

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

#ED48FE (or 0xED48FE) is known color: Pink Flamingo. HEX triplet: ED, 48 and FE. RGB value is (237,72,254). Sum of RGB (Red+Green+Blue) = 237+72+254=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED48FE is #12B701. Grayscale: #8D8D8D. Windows color (decimal): -1226498 or 16664813. OLE color: 16664813.

HSL color Cylindrical-coordinate representation of color #ED48FE: hue angle of 294.4º 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 #ED48FE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 72 254 -
CMYK 0.07 0.72 0 0.00
HSL 294.4º 0.99% 0.64% -
HSV(B) 294.4º 0.72% 1% -
XYZ 55.13 29.8 96.61 -
YUV 142.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 237 72 254 0.07 0.72 0 0.00 294.4 0.99 0.64
Hex ED 48 FE 7 48 0 0 126 63 40
Octal 355 110 376 7 110 0 0 446 143 100
Binary 11101101 1001000 11111110 111 1001000 0 0 100100110 1100011 1000000

Color Harmonies of #ED48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED48FE

Black with #ED48FE

Text Example


Text Example

White with #ED48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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