Html Css Color HEX #E949FD Pink Flamingo

📋 copy color: '#E949FD'

red 233 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #E949FD

Tints of Pink Flamingo #E949FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.06%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 41.68%
G = 13.06%
B = 45.26%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E949FD (or 0xE949FD) is known color: Pink Flamingo. HEX triplet: E9, 49 and FD. RGB value is (233,73,253). Sum of RGB (Red+Green+Blue) = 233+73+253=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 73 (28.91% from 255 or 13.06% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #E949FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E949FD is #16B602. Grayscale: #8C8C8C. Windows color (decimal): -1488387 or 16599529. OLE color: 16599529.

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

Color convert

RGB 233 73 253 -
CMYK 0.08 0.71 0 0.01
HSL 293.33º 0.98% 0.64% -
HSV(B) 293.33º 0.71% 0.99% -
XYZ 53.72 29.18 95.73 -
YUV 141.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 233 73 253 0.08 0.71 0 0.01 293.33 0.98 0.64
Hex E9 49 FD 8 47 0 1 125 62 40
Octal 351 111 375 10 107 0 1 445 142 100
Binary 11101001 1001001 11111101 1000 1000111 0 1 100100101 1100010 1000000

Color Harmonies of #E949FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E949FD

Black with #E949FD

Text Example


Text Example

White with #E949FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E949FD; }

 p { color: rgb(233,73,253); }

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

background-color css

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

 a { background-color: rgb(233,73,253); }

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

border-color css

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

 span { border-color: rgb(233,73,253); }

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