Html Css Color HEX #EB4DFF Pink Flamingo

📋 copy color: '#EB4DFF'

red 235 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #EB4DFF

Tints of Pink Flamingo #EB4DFF

RGB

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

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

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

R = 41.45%
G = 13.58%
B = 44.97%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB4DFF (or 0xEB4DFF) is known color: Pink Flamingo. HEX triplet: EB, 4D and FF. RGB value is (235,77,255). Sum of RGB (Red+Green+Blue) = 235+77+255=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DFF is #14B200. Grayscale: #8F8F8F. Windows color (decimal): -1356289 or 16731627. OLE color: 16731627.

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

Color convert

RGB 235 77 255 -
CMYK 0.08 0.70 0 0
HSL 293.26º 1% 0.65% -
HSV(B) 293.26º 0.7% 1% -
XYZ 54.96 30.19 97.54 -
YUV 144.53 190.35 192.53 -
System Red Green Blue C M Y K H S L
Decimal 235 77 255 0.08 0.70 0 0 293.26 1 0.65
Hex EB 4D FF 8 46 0 0 125 64 41
Octal 353 115 377 10 106 0 0 445 144 101
Binary 11101011 1001101 11111111 1000 1000110 0 0 100100101 1100100 1000001

Color Harmonies of #EB4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4DFF

Black with #EB4DFF

Text Example


Text Example

White with #EB4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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