Html Css Color HEX #E542FF Pink Flamingo

📋 copy color: '#E542FF'

red 229 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #E542FF

Tints of Pink Flamingo #E542FF

RGB

 RED value IS 229 (89.84% from 255) = 41.64%

 GREEN value IS 66 (26.17% from 255) = 12%

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

R = 41.64%
G = 12%
B = 46.36%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E542FF (or 0xE542FF) is known color: Pink Flamingo. HEX triplet: E5, 42 and FF. RGB value is (229,66,255). Sum of RGB (Red+Green+Blue) = 229+66+255=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #E542FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542FF is #1ABD00. Grayscale: #878787. Windows color (decimal): -1752321 or 16728805. OLE color: 16728805.

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

Color convert

RGB 229 66 255 -
CMYK 0.10 0.74 0 0
HSL 291.75º 1% 0.63% -
HSV(B) 291.75º 0.74% 1% -
XYZ 52.31 27.77 97.21 -
YUV 136.28 195 194.13 -
System Red Green Blue C M Y K H S L
Decimal 229 66 255 0.10 0.74 0 0 291.75 1 0.63
Hex E5 42 FF A 4A 0 0 124 64 3F
Octal 345 102 377 12 112 0 0 444 144 77
Binary 11100101 1000010 11111111 1010 1001010 0 0 100100100 1100100 111111

Color Harmonies of #E542FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542FF

Black with #E542FF

Text Example


Text Example

White with #E542FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542FF; }

 p { color: rgb(229,66,255); }

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

background-color css

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

 a { background-color: rgb(229,66,255); }

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

border-color css

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

 span { border-color: rgb(229,66,255); }

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