Html Css Color HEX #ED44F8 Pink Flamingo

📋 copy color: '#ED44F8'

red 237 ◦ green 68 ◦ blue 248

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

Shades of Pink Flamingo #ED44F8

Tints of Pink Flamingo #ED44F8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.3%

 BLUE value IS 248 (97.27% from 255) = 44.85%

R = 42.86%
G = 12.3%
B = 44.85%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED44F8 (or 0xED44F8) is known color: Pink Flamingo. HEX triplet: ED, 44 and F8. RGB value is (237,68,248). Sum of RGB (Red+Green+Blue) = 237+68+248=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 68 (26.95% from 255 or 12.30% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED44F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44F8 is #12BB07. Grayscale: #8A8A8A. Windows color (decimal): -1227528 or 16270573. OLE color: 16270573.

HSL color Cylindrical-coordinate representation of color #ED44F8: hue angle of 296.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED44F8 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 68 248 -
CMYK 0.04 0.73 0 0.03
HSL 296.33º 0.93% 0.62% -
HSV(B) 296.33º 0.73% 0.97% -
XYZ 53.94 28.92 91.55 -
YUV 139.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 237 68 248 0.04 0.73 0 0.03 296.33 0.93 0.62
Hex ED 44 F8 4 49 0 3 128 5D 3E
Octal 355 104 370 4 111 0 3 450 135 76
Binary 11101101 1000100 11111000 100 1001001 0 11 100101000 1011101 111110

Color Harmonies of #ED44F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44F8

Black with #ED44F8

Text Example


Text Example

White with #ED44F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44F8; }

 p { color: rgb(237,68,248); }

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

background-color css

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

 a { background-color: rgb(237,68,248); }

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

border-color css

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

 span { border-color: rgb(237,68,248); }

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