Html Css Color HEX #ED4AF9 Pink Flamingo

📋 copy color: '#ED4AF9'

red 237 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #ED4AF9

Tints of Pink Flamingo #ED4AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.21%

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

R = 42.32%
G = 13.21%
B = 44.46%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED4AF9 (or 0xED4AF9) is known color: Pink Flamingo. HEX triplet: ED, 4A and F9. RGB value is (237,74,249). Sum of RGB (Red+Green+Blue) = 237+74+249=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED4AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AF9 is #12B506. Grayscale: #8E8E8E. Windows color (decimal): -1225991 or 16337645. OLE color: 16337645.

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

Color convert

RGB 237 74 249 -
CMYK 0.05 0.70 0 0.02
HSL 295.89º 0.94% 0.63% -
HSV(B) 295.89º 0.7% 0.98% -
XYZ 54.47 29.74 92.49 -
YUV 142.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 237 74 249 0.05 0.70 0 0.02 295.89 0.94 0.63
Hex ED 4A F9 5 46 0 2 128 5E 3F
Octal 355 112 371 5 106 0 2 450 136 77
Binary 11101101 1001010 11111001 101 1000110 0 10 100101000 1011110 111111

Color Harmonies of #ED4AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AF9

Black with #ED4AF9

Text Example


Text Example

White with #ED4AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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