Html Css Color HEX #EB49FF Pink Flamingo

📋 copy color: '#EB49FF'

red 235 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #EB49FF

Tints of Pink Flamingo #EB49FF

RGB

 RED value IS 235 (92.19% from 255) = 41.74%

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

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

R = 41.74%
G = 12.97%
B = 45.29%

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

#EB49FF (or 0xEB49FF) is known color: Pink Flamingo. HEX triplet: EB, 49 and FF. RGB value is (235,73,255). Sum of RGB (Red+Green+Blue) = 235+73+255=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB49FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB49FF is #14B600. Grayscale: #8D8D8D. Windows color (decimal): -1357313 or 16730603. OLE color: 16730603.

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

Color convert

RGB 235 73 255 -
CMYK 0.08 0.71 0 0
HSL 293.41º 1% 0.64% -
HSV(B) 293.41º 0.71% 1% -
XYZ 54.69 29.65 97.45 -
YUV 142.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 235 73 255 0.08 0.71 0 0 293.41 1 0.64
Hex EB 49 FF 8 47 0 0 125 64 40
Octal 353 111 377 10 107 0 0 445 144 100
Binary 11101011 1001001 11111111 1000 1000111 0 0 100100101 1100100 1000000

Color Harmonies of #EB49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB49FF

Black with #EB49FF

Text Example


Text Example

White with #EB49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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