Html Css Color HEX #E940FA Pink Flamingo

📋 copy color: '#E940FA'

red 233 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #E940FA

Tints of Pink Flamingo #E940FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.7%

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 42.6%
G = 11.7%
B = 45.7%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E940FA (or 0xE940FA) is known color: Pink Flamingo. HEX triplet: E9, 40 and FA. RGB value is (233,64,250). Sum of RGB (Red+Green+Blue) = 233+64+250=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 64 (25.39% from 255 or 11.70% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #E940FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940FA is #16BF05. Grayscale: #878787. Windows color (decimal): -1490694 or 16400617. OLE color: 16400617.

HSL color Cylindrical-coordinate representation of color #E940FA: hue angle of 294.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E940FA is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 64 250 -
CMYK 0.07 0.74 0 0.02
HSL 294.52º 0.95% 0.62% -
HSV(B) 294.52º 0.74% 0.98% -
XYZ 52.69 27.89 93.05 -
YUV 135.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 233 64 250 0.07 0.74 0 0.02 294.52 0.95 0.62
Hex E9 40 FA 7 4A 0 2 127 5F 3E
Octal 351 100 372 7 112 0 2 447 137 76
Binary 11101001 1000000 11111010 111 1001010 0 10 100100111 1011111 111110

Color Harmonies of #E940FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E940FA

Black with #E940FA

Text Example


Text Example

White with #E940FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E940FA; }

 p { color: rgb(233,64,250); }

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

background-color css

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

 a { background-color: rgb(233,64,250); }

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

border-color css

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

 span { border-color: rgb(233,64,250); }

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