Html Css Color HEX #E940FF Pink Flamingo

📋 copy color: '#E940FF'

red 233 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #E940FF

Tints of Pink Flamingo #E940FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 42.21%
G = 11.59%
B = 46.2%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E940FF (or 0xE940FF) is known color: Pink Flamingo. HEX triplet: E9, 40 and FF. RGB value is (233,64,255). Sum of RGB (Red+Green+Blue) = 233+64+255=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 64 (25.39% from 255 or 11.59% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #E940FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940FF is #16BF00. Grayscale: #878787. Windows color (decimal): -1490689 or 16728297. OLE color: 16728297.

HSL color Cylindrical-coordinate representation of color #E940FF: hue angle of 293.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E940FF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 64 255 -
CMYK 0.09 0.75 0 0
HSL 293.09º 1% 0.63% -
HSV(B) 293.09º 0.75% 1% -
XYZ 53.49 28.21 97.23 -
YUV 136.31 194.99 196.97 -
System Red Green Blue C M Y K H S L
Decimal 233 64 255 0.09 0.75 0 0 293.09 1 0.63
Hex E9 40 FF 9 4B 0 0 125 64 3F
Octal 351 100 377 11 113 0 0 445 144 77
Binary 11101001 1000000 11111111 1001 1001011 0 0 100100101 1100100 111111

Color Harmonies of #E940FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E940FF

Black with #E940FF

Text Example


Text Example

White with #E940FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E940FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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