Html Css Color HEX #E040FF Pink Flamingo

📋 copy color: '#E040FF'

red 224 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #E040FF

Tints of Pink Flamingo #E040FF

RGB

 RED value IS 224 (87.89% from 255) = 41.25%

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

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

R = 41.25%
G = 11.79%
B = 46.96%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E040FF (or 0xE040FF) is known color: Pink Flamingo. HEX triplet: E0, 40 and FF. RGB value is (224,64,255). Sum of RGB (Red+Green+Blue) = 224+64+255=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 64 (25.39% from 255 or 11.79% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #E040FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E040FF is #1FBF00. Grayscale: #858585. Windows color (decimal): -2080513 or 16728288. OLE color: 16728288.

HSL color Cylindrical-coordinate representation of color #E040FF: hue angle of 290.26º 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 #E040FF is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 224 64 255 -
CMYK 0.12 0.75 0 0
HSL 290.26º 1% 0.63% -
HSV(B) 290.26º 0.75% 1% -
XYZ 50.62 26.73 97.1 -
YUV 133.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 224 64 255 0.12 0.75 0 0 290.26 1 0.63
Hex E0 40 FF C 4B 0 0 122 64 3F
Octal 340 100 377 14 113 0 0 442 144 77
Binary 11100000 1000000 11111111 1100 1001011 0 0 100100010 1100100 111111

Color Harmonies of #E040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E040FF

Black with #E040FF

Text Example


Text Example

White with #E040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E040FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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