#E952FE

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

Shades of Pink Flamingo #E952FE

Tints of Pink Flamingo #E952FE

Color information

#E952FE (or 0xE952FE) is unknown color: approx Pink Flamingo. HEX triplet: E9, 52 and FE. RGB value is (233,82,254). Sum of RGB (Red+Green+Blue) = 233+82+254=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E952FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E952FE is #16AD01. Grayscale: #929292. Windows color (decimal): -1486082 or 16667369. OLE color: 16667369.

HSL color Cylindrical-coordinate representation of color #E952FE: hue angle of 292.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E952FE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23382254-
CMYK0.080.6800.00
HSL292.67º98.85%65.88%-
HSV(B)292.67º67.72%99.61%-
XYZ54.5130.5196.78-
YUV146.76188.53189.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.95%
GREEN value IS 82 (32.42% from 255) = 14.41%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=40.95%
G=14.41%
B=44.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal233822540.080.6800.00292.6798.8565.88
HexE952FE844001256342
Octal3511223761010400445143102
Binary11101001101001011111110100010001000010010010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E952FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E952FE; }

 p { color: rgb(233,82,254); }

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

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

 a { background-color: rgb(233,82,254); }

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

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

 span { border-color: rgb(233,82,254); }

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