Html Css Color HEX #ED4DFF Pink Flamingo

📋 copy color: '#ED4DFF'

red 237 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #ED4DFF

Tints of Pink Flamingo #ED4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.53%

 BLUE value IS 255 (100% from 255) = 44.82%

R = 41.65%
G = 13.53%
B = 44.82%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED4DFF (or 0xED4DFF) is known color: Pink Flamingo. HEX triplet: ED, 4D and FF. RGB value is (237,77,255). Sum of RGB (Red+Green+Blue) = 237+77+255=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED4DFF is #12B200. Grayscale: #909090. Windows color (decimal): -1225217 or 16731629. OLE color: 16731629.

HSL color Cylindrical-coordinate representation of color #ED4DFF: hue angle of 293.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4DFF is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 77 255 -
CMYK 0.07 0.70 0 0
HSL 293.93º 1% 0.65% -
HSV(B) 293.93º 0.7% 1% -
XYZ 55.63 30.53 97.57 -
YUV 145.13 190.01 193.53 -
System Red Green Blue C M Y K H S L
Decimal 237 77 255 0.07 0.70 0 0 293.93 1 0.65
Hex ED 4D FF 7 46 0 0 126 64 41
Octal 355 115 377 7 106 0 0 446 144 101
Binary 11101101 1001101 11111111 111 1000110 0 0 100100110 1100100 1000001

Color Harmonies of #ED4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DFF

Black with #ED4DFF

Text Example


Text Example

White with #ED4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DFF; }

 p { color: rgb(237,77,255); }

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

background-color css

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

 a { background-color: rgb(237,77,255); }

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

border-color css

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

 span { border-color: rgb(237,77,255); }

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