Html Css Color HEX #EB47FF Pink Flamingo

📋 copy color: '#EB47FF'

red 235 ◦ green 71 ◦ blue 255

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

Shades of Pink Flamingo #EB47FF

Tints of Pink Flamingo #EB47FF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.66%

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

R = 41.89%
G = 12.66%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB47FF (or 0xEB47FF) is known color: Pink Flamingo. HEX triplet: EB, 47 and FF. RGB value is (235,71,255). Sum of RGB (Red+Green+Blue) = 235+71+255=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB47FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB47FF is #14B800. Grayscale: #8C8C8C. Windows color (decimal): -1357825 or 16730091. OLE color: 16730091.

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

Color convert

RGB 235 71 255 -
CMYK 0.08 0.72 0 0
HSL 293.48º 1% 0.64% -
HSV(B) 293.48º 0.72% 1% -
XYZ 54.56 29.39 97.4 -
YUV 141.01 192.33 195.04 -
System Red Green Blue C M Y K H S L
Decimal 235 71 255 0.08 0.72 0 0 293.48 1 0.64
Hex EB 47 FF 8 48 0 0 125 64 40
Octal 353 107 377 10 110 0 0 445 144 100
Binary 11101011 1000111 11111111 1000 1001000 0 0 100100101 1100100 1000000

Color Harmonies of #EB47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB47FF

Black with #EB47FF

Text Example


Text Example

White with #EB47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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