Html Css Color HEX #EB4DFE Pink Flamingo

📋 copy color: '#EB4DFE'

red 235 ◦ green 77 ◦ blue 254

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

Shades of Pink Flamingo #EB4DFE

Tints of Pink Flamingo #EB4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.6%

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

R = 41.52%
G = 13.6%
B = 44.88%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB4DFE (or 0xEB4DFE) is known color: Pink Flamingo. HEX triplet: EB, 4D and FE. RGB value is (235,77,254). Sum of RGB (Red+Green+Blue) = 235+77+254=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DFE is #14B201. Grayscale: #8F8F8F. Windows color (decimal): -1356290 or 16666091. OLE color: 16666091.

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

Color convert

RGB 235 77 254 -
CMYK 0.07 0.70 0 0.00
HSL 293.56º 0.99% 0.65% -
HSV(B) 293.56º 0.7% 1% -
XYZ 54.8 30.13 96.69 -
YUV 144.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 235 77 254 0.07 0.70 0 0.00 293.56 0.99 0.65
Hex EB 4D FE 7 46 0 0 126 63 41
Octal 353 115 376 7 106 0 0 446 143 101
Binary 11101011 1001101 11111110 111 1000110 0 0 100100110 1100011 1000001

Color Harmonies of #EB4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DFE

Black with #EB4DFE

Text Example


Text Example

White with #EB4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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