Html Css Color HEX #EA49FF Pink Flamingo

📋 copy color: '#EA49FF'

red 234 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #EA49FF

Tints of Pink Flamingo #EA49FF

RGB

 RED value IS 234 (91.8% from 255) = 41.64%

 GREEN value IS 73 (28.91% from 255) = 12.99%

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

R = 41.64%
G = 12.99%
B = 45.37%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA49FF (or 0xEA49FF) is known color: Pink Flamingo. HEX triplet: EA, 49 and FF. RGB value is (234,73,255). Sum of RGB (Red+Green+Blue) = 234+73+255=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA49FF is #15B600. Grayscale: #8D8D8D. Windows color (decimal): -1422849 or 16730602. OLE color: 16730602.

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

Color convert

RGB 234 73 255 -
CMYK 0.08 0.71 0 0
HSL 293.08º 1% 0.64% -
HSV(B) 293.08º 0.71% 1% -
XYZ 54.36 29.48 97.43 -
YUV 141.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 234 73 255 0.08 0.71 0 0 293.08 1 0.64
Hex EA 49 FF 8 47 0 0 125 64 40
Octal 352 111 377 10 107 0 0 445 144 100
Binary 11101010 1001001 11111111 1000 1000111 0 0 100100101 1100100 1000000

Color Harmonies of #EA49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49FF

Black with #EA49FF

Text Example


Text Example

White with #EA49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49FF; }

 p { color: rgb(234,73,255); }

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

background-color css

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

 a { background-color: rgb(234,73,255); }

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

border-color css

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

 span { border-color: rgb(234,73,255); }

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