Html Css Color HEX #ED49FF Pink Flamingo

📋 copy color: '#ED49FF'

red 237 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #ED49FF

Tints of Pink Flamingo #ED49FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.92%

 BLUE value IS 255 (100% from 255) = 45.13%

R = 41.95%
G = 12.92%
B = 45.13%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED49FF (or 0xED49FF) is known color: Pink Flamingo. HEX triplet: ED, 49 and FF. RGB value is (237,73,255). Sum of RGB (Red+Green+Blue) = 237+73+255=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49FF is #12B600. Grayscale: #8E8E8E. Windows color (decimal): -1226241 or 16730605. OLE color: 16730605.

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

Color convert

RGB 237 73 255 -
CMYK 0.07 0.71 0 0
HSL 294.07º 1% 0.64% -
HSV(B) 294.07º 0.71% 1% -
XYZ 55.36 29.99 97.48 -
YUV 142.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 237 73 255 0.07 0.71 0 0 294.07 1 0.64
Hex ED 49 FF 7 47 0 0 126 64 40
Octal 355 111 377 7 107 0 0 446 144 100
Binary 11101101 1001001 11111111 111 1000111 0 0 100100110 1100100 1000000

Color Harmonies of #ED49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49FF

Black with #ED49FF

Text Example


Text Example

White with #ED49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49FF; }

 p { color: rgb(237,73,255); }

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

background-color css

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

 a { background-color: rgb(237,73,255); }

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

border-color css

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

 span { border-color: rgb(237,73,255); }

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