Html Css Color HEX #E940FB Pink Flamingo

📋 copy color: '#E940FB'

red 233 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #E940FB

Tints of Pink Flamingo #E940FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 42.52%
G = 11.68%
B = 45.8%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E940FB (or 0xE940FB) is known color: Pink Flamingo. HEX triplet: E9, 40 and FB. RGB value is (233,64,251). Sum of RGB (Red+Green+Blue) = 233+64+251=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #E940FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E940FB is #16BF04. Grayscale: #878787. Windows color (decimal): -1490693 or 16466153. OLE color: 16466153.

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

Color convert

RGB 233 64 251 -
CMYK 0.07 0.75 0 0.02
HSL 294.22º 0.96% 0.62% -
HSV(B) 294.22º 0.75% 0.98% -
XYZ 52.85 27.96 93.88 -
YUV 135.85 192.99 197.29 -
System Red Green Blue C M Y K H S L
Decimal 233 64 251 0.07 0.75 0 0.02 294.22 0.96 0.62
Hex E9 40 FB 7 4B 0 2 126 60 3E
Octal 351 100 373 7 113 0 2 446 140 76
Binary 11101001 1000000 11111011 111 1001011 0 10 100100110 1100000 111110

Color Harmonies of #E940FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E940FB

Black with #E940FB

Text Example


Text Example

White with #E940FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E940FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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