Html Css Color HEX #E948FE Pink Flamingo

📋 copy color: '#E948FE'

red 233 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #E948FE

Tints of Pink Flamingo #E948FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.88%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 41.68%
G = 12.88%
B = 45.44%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E948FE (or 0xE948FE) is known color: Pink Flamingo. HEX triplet: E9, 48 and FE. RGB value is (233,72,254). Sum of RGB (Red+Green+Blue) = 233+72+254=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 72 (28.52% from 255 or 12.88% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #E948FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E948FE is #16B701. Grayscale: #8C8C8C. Windows color (decimal): -1488642 or 16664809. OLE color: 16664809.

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

Color convert

RGB 233 72 254 -
CMYK 0.08 0.72 0 0.00
HSL 293.08º 0.99% 0.64% -
HSV(B) 293.08º 0.72% 1% -
XYZ 53.81 29.11 96.55 -
YUV 140.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 233 72 254 0.08 0.72 0 0.00 293.08 0.99 0.64
Hex E9 48 FE 8 48 0 0 125 63 40
Octal 351 110 376 10 110 0 0 445 143 100
Binary 11101001 1001000 11111110 1000 1001000 0 0 100100101 1100011 1000000

Color Harmonies of #E948FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E948FE

Black with #E948FE

Text Example


Text Example

White with #E948FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E948FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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