Html Css Color HEX #ED43F9 Pink Flamingo

📋 copy color: '#ED43F9'

red 237 ◦ green 67 ◦ blue 249

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

Shades of Pink Flamingo #ED43F9

Tints of Pink Flamingo #ED43F9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.12%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 42.86%
G = 12.12%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED43F9 (or 0xED43F9) is known color: Pink Flamingo. HEX triplet: ED, 43 and F9. RGB value is (237,67,249). Sum of RGB (Red+Green+Blue) = 237+67+249=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 67 (26.56% from 255 or 12.12% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED43F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED43F9 is #12BC06. Grayscale: #8A8A8A. Windows color (decimal): -1227783 or 16335853. OLE color: 16335853.

HSL color Cylindrical-coordinate representation of color #ED43F9: hue angle of 296.04º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED43F9 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 67 249 -
CMYK 0.05 0.73 0 0.02
HSL 296.04º 0.94% 0.62% -
HSV(B) 296.04º 0.73% 0.98% -
XYZ 54.03 28.86 92.35 -
YUV 138.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 237 67 249 0.05 0.73 0 0.02 296.04 0.94 0.62
Hex ED 43 F9 5 49 0 2 128 5E 3E
Octal 355 103 371 5 111 0 2 450 136 76
Binary 11101101 1000011 11111001 101 1001001 0 10 100101000 1011110 111110

Color Harmonies of #ED43F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED43F9

Black with #ED43F9

Text Example


Text Example

White with #ED43F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED43F9; }

 p { color: rgb(237,67,249); }

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

background-color css

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

 a { background-color: rgb(237,67,249); }

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

border-color css

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

 span { border-color: rgb(237,67,249); }

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