Html Css Color HEX #EB51FF Pink Flamingo

📋 copy color: '#EB51FF'

red 235 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #EB51FF

Tints of Pink Flamingo #EB51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.19%

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

R = 41.16%
G = 14.19%
B = 44.66%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB51FF (or 0xEB51FF) is known color: Pink Flamingo. HEX triplet: EB, 51 and FF. RGB value is (235,81,255). Sum of RGB (Red+Green+Blue) = 235+81+255=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 81 (32.03% from 255 or 14.19% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB51FF is #14AE00. Grayscale: #929292. Windows color (decimal): -1355265 or 16732651. OLE color: 16732651.

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

Color convert

RGB 235 81 255 -
CMYK 0.08 0.68 0 0
HSL 293.1º 1% 0.66% -
HSV(B) 293.1º 0.68% 1% -
XYZ 55.25 30.77 97.63 -
YUV 146.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 235 81 255 0.08 0.68 0 0 293.1 1 0.66
Hex EB 51 FF 8 44 0 0 125 64 42
Octal 353 121 377 10 104 0 0 445 144 102
Binary 11101011 1010001 11111111 1000 1000100 0 0 100100101 1100100 1000010

Color Harmonies of #EB51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB51FF

Black with #EB51FF

Text Example


Text Example

White with #EB51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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