Html Css Color HEX #E959F2 Pink Flamingo

📋 copy color: '#E959F2'

red 233 ◦ green 89 ◦ blue 242

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

Shades of Pink Flamingo #E959F2

Tints of Pink Flamingo #E959F2

RGB

 RED value IS 233 (91.41% from 255) = 41.31%

 GREEN value IS 89 (35.16% from 255) = 15.78%

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 41.31%
G = 15.78%
B = 42.91%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E959F2 (or 0xE959F2) is known color: Pink Flamingo. HEX triplet: E9, 59 and F2. RGB value is (233,89,242). Sum of RGB (Red+Green+Blue) = 233+89+242=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #E959F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E959F2 is #16A60D. Grayscale: #959595. Windows color (decimal): -1484302 or 15882729. OLE color: 15882729.

HSL color Cylindrical-coordinate representation of color #E959F2: hue angle of 296.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E959F2 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 89 242 -
CMYK 0.04 0.63 0 0.05
HSL 296.47º 0.85% 0.65% -
HSV(B) 296.47º 0.63% 0.95% -
XYZ 53.2 30.88 87.16 -
YUV 149.5 180.21 187.56 -
System Red Green Blue C M Y K H S L
Decimal 233 89 242 0.04 0.63 0 0.05 296.47 0.85 0.65
Hex E9 59 F2 4 3F 0 5 128 55 41
Octal 351 131 362 4 77 0 5 450 125 101
Binary 11101001 1011001 11110010 100 111111 0 101 100101000 1010101 1000001

Color Harmonies of #E959F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E959F2

Black with #E959F2

Text Example


Text Example

White with #E959F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E959F2; }

 p { color: rgb(233,89,242); }

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

background-color css

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

 a { background-color: rgb(233,89,242); }

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

border-color css

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

 span { border-color: rgb(233,89,242); }

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