Html Css Color HEX #ED4CF9 Pink Flamingo

📋 copy color: '#ED4CF9'

red 237 ◦ green 76 ◦ blue 249

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

Shades of Pink Flamingo #ED4CF9

Tints of Pink Flamingo #ED4CF9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.52%

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

R = 42.17%
G = 13.52%
B = 44.31%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED4CF9 (or 0xED4CF9) is known color: Pink Flamingo. HEX triplet: ED, 4C and F9. RGB value is (237,76,249). Sum of RGB (Red+Green+Blue) = 237+76+249=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED4CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4CF9 is #12B306. Grayscale: #8F8F8F. Windows color (decimal): -1225479 or 16338157. OLE color: 16338157.

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

Color convert

RGB 237 76 249 -
CMYK 0.05 0.69 0 0.02
HSL 295.84º 0.94% 0.64% -
HSV(B) 295.84º 0.69% 0.98% -
XYZ 54.61 30.01 92.54 -
YUV 143.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 237 76 249 0.05 0.69 0 0.02 295.84 0.94 0.64
Hex ED 4C F9 5 45 0 2 128 5E 40
Octal 355 114 371 5 105 0 2 450 136 100
Binary 11101101 1001100 11111001 101 1000101 0 10 100101000 1011110 1000000

Color Harmonies of #ED4CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CF9

Black with #ED4CF9

Text Example


Text Example

White with #ED4CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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