#EE67F1

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

Shades of Pink Flamingo #EE67F1

Tints of Pink Flamingo #EE67F1

Color information

#EE67F1 (or 0xEE67F1) is unknown color: approx Pink Flamingo. HEX triplet: EE, 67 and F1. RGB value is (238,103,241). Sum of RGB (Red+Green+Blue) = 238+103+241=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 103 (40.62% from 255 or 17.70% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE67F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE67F1 is #11980E. Grayscale: #9E9E9E. Windows color (decimal): -1153039 or 15820782. OLE color: 15820782.

HSL color Cylindrical-coordinate representation of color #EE67F1: hue angle of 298.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE67F1 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238103241-
CMYK0.010.5700.05
HSL298.7º83.13%67.45%-
HSV(B)298.7º57.26%94.51%-
XYZ55.9934.2386.87-
YUV159.1174.23184.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 103 (40.62% from 255) = 17.70%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=40.89%
G=17.70%
B=41.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381032410.010.5700.05298.783.1367.45
HexEE67F11390512b5343
Octal35614736117105453123103
Binary111011101100111111100011111001010110010101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE67F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE67F1; }

 p { color: rgb(238,103,241); }

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

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

 a { background-color: rgb(238,103,241); }

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

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

 span { border-color: rgb(238,103,241); }

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