Html Css Color HEX #ED44F7 Pink Flamingo

📋 copy color: '#ED44F7'

red 237 ◦ green 68 ◦ blue 247

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

Shades of Pink Flamingo #ED44F7

Tints of Pink Flamingo #ED44F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 42.93%
G = 12.32%
B = 44.75%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED44F7 (or 0xED44F7) is known color: Pink Flamingo. HEX triplet: ED, 44 and F7. RGB value is (237,68,247). Sum of RGB (Red+Green+Blue) = 237+68+247=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 68 (26.95% from 255 or 12.32% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED44F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED44F7 is #12BB08. Grayscale: #8A8A8A. Windows color (decimal): -1227529 or 16205037. OLE color: 16205037.

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

Color convert

RGB 237 68 247 -
CMYK 0.04 0.72 0 0.03
HSL 296.65º 0.92% 0.62% -
HSV(B) 296.65º 0.72% 0.97% -
XYZ 53.78 28.85 90.73 -
YUV 138.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 237 68 247 0.04 0.72 0 0.03 296.65 0.92 0.62
Hex ED 44 F7 4 48 0 3 129 5C 3E
Octal 355 104 367 4 110 0 3 451 134 76
Binary 11101101 1000100 11110111 100 1001000 0 11 100101001 1011100 111110

Color Harmonies of #ED44F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED44F7

Black with #ED44F7

Text Example


Text Example

White with #ED44F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED44F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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