Html Css Color HEX #E542FB Pink Flamingo

📋 copy color: '#E542FB'

red 229 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #E542FB

Tints of Pink Flamingo #E542FB

RGB

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

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

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

R = 41.94%
G = 12.09%
B = 45.97%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E542FB (or 0xE542FB) is known color: Pink Flamingo. HEX triplet: E5, 42 and FB. RGB value is (229,66,251). Sum of RGB (Red+Green+Blue) = 229+66+251=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 66 (26.17% from 255 or 12.09% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #E542FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E542FB is #1ABD04. Grayscale: #878787. Windows color (decimal): -1752325 or 16466661. OLE color: 16466661.

HSL color Cylindrical-coordinate representation of color #E542FB: hue angle of 292.86º degrees, saturation: 0.96, 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 #E542FB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 66 251 -
CMYK 0.09 0.74 0 0.02
HSL 292.86º 0.96% 0.62% -
HSV(B) 292.86º 0.74% 0.98% -
XYZ 51.67 27.52 93.86 -
YUV 135.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 229 66 251 0.09 0.74 0 0.02 292.86 0.96 0.62
Hex E5 42 FB 9 4A 0 2 125 60 3E
Octal 345 102 373 11 112 0 2 445 140 76
Binary 11100101 1000010 11111011 1001 1001010 0 10 100100101 1100000 111110

Color Harmonies of #E542FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E542FB

Black with #E542FB

Text Example


Text Example

White with #E542FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E542FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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