Html Css Color HEX #ED3FFF Pink Flamingo

📋 copy color: '#ED3FFF'

red 237 ◦ green 63 ◦ blue 255

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

Shades of Pink Flamingo #ED3FFF

Tints of Pink Flamingo #ED3FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 11.35%

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

R = 42.7%
G = 11.35%
B = 45.95%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED3FFF (or 0xED3FFF) is known color: Pink Flamingo. HEX triplet: ED, 3F and FF. RGB value is (237,63,255). Sum of RGB (Red+Green+Blue) = 237+63+255=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 63 (25% from 255 or 11.35% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED3FFF is #12C000. Grayscale: #888888. Windows color (decimal): -1228801 or 16728045. OLE color: 16728045.

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

Color convert

RGB 237 63 255 -
CMYK 0.07 0.75 0 0
HSL 294.38º 1% 0.62% -
HSV(B) 294.38º 0.75% 1% -
XYZ 54.75 28.78 97.28 -
YUV 136.91 194.65 199.39 -
System Red Green Blue C M Y K H S L
Decimal 237 63 255 0.07 0.75 0 0 294.38 1 0.62
Hex ED 3F FF 7 4B 0 0 126 64 3E
Octal 355 77 377 7 113 0 0 446 144 76
Binary 11101101 111111 11111111 111 1001011 0 0 100100110 1100100 111110

Color Harmonies of #ED3FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3FFF

Black with #ED3FFF

Text Example


Text Example

White with #ED3FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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