#ED67FD

Color #ED67FD Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #ED67FD

Tints of Pink Flamingo #ED67FD

Color information

#ED67FD (or 0xED67FD) is unknown color: approx Pink Flamingo. HEX triplet: ED, 67 and FD. RGB value is (237,103,253). Sum of RGB (Red+Green+Blue) = 237+103+253=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED67FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED67FD is #129802. Grayscale: #9F9F9F. Windows color (decimal): -1218563 or 16607213. OLE color: 16607213.

HSL color Cylindrical-coordinate representation of color #ED67FD: hue angle of 293.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED67FD is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237103253-
CMYK0.060.5900.01
HSL293.6º97.4%69.8%-
HSV(B)293.6º59.29%99.22%-
XYZ57.534.896.61-
YUV160.17180.39182.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 103 (40.62% from 255) = 17.37%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=39.97%
G=17.37%
B=42.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371032530.060.5900.01293.697.469.8
HexED67FD63B011266146
Octal35514737567301446141106
Binary111011011100111111111011101110110110010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED67FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED67FD; }

 p { color: rgb(237,103,253); }

 H1.HeaderClassName
 {
   color: #ED67FD;
 }
 .AnyTagClassName
 {
   color: #ED67FD;
 }
</style>
background-color css

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

 a { background-color: rgb(237,103,253); }

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

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

 span { border-color: rgb(237,103,253); }

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