Html Css Color HEX #EB40FE Pink Flamingo

📋 copy color: '#EB40FE'

red 235 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #EB40FE

Tints of Pink Flamingo #EB40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.57%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 42.5%
G = 11.57%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB40FE (or 0xEB40FE) is known color: Pink Flamingo. HEX triplet: EB, 40 and FE. RGB value is (235,64,254). Sum of RGB (Red+Green+Blue) = 235+64+254=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB40FE is #14BF01. Grayscale: #888888. Windows color (decimal): -1359618 or 16662763. OLE color: 16662763.

HSL color Cylindrical-coordinate representation of color #EB40FE: hue angle of 294º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB40FE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 64 254 -
CMYK 0.07 0.75 0 0.00
HSL 294º 0.99% 0.62% -
HSV(B) 294º 0.75% 1% -
XYZ 53.98 28.48 96.42 -
YUV 136.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 235 64 254 0.07 0.75 0 0.00 294 0.99 0.62
Hex EB 40 FE 7 4B 0 0 126 63 3E
Octal 353 100 376 7 113 0 0 446 143 76
Binary 11101011 1000000 11111110 111 1001011 0 0 100100110 1100011 111110

Color Harmonies of #EB40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB40FE

Black with #EB40FE

Text Example


Text Example

White with #EB40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB40FE; }

 p { color: rgb(235,64,254); }

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

background-color css

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

 a { background-color: rgb(235,64,254); }

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

border-color css

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

 span { border-color: rgb(235,64,254); }

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