Html Css Color HEX #EB4BFF Pink Flamingo

📋 copy color: '#EB4BFF'

red 235 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #EB4BFF

Tints of Pink Flamingo #EB4BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.27%

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

R = 41.59%
G = 13.27%
B = 45.13%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB4BFF (or 0xEB4BFF) is known color: Pink Flamingo. HEX triplet: EB, 4B and FF. RGB value is (235,75,255). Sum of RGB (Red+Green+Blue) = 235+75+255=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB4BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4BFF is #14B400. Grayscale: #8E8E8E. Windows color (decimal): -1356801 or 16731115. OLE color: 16731115.

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

Color convert

RGB 235 75 255 -
CMYK 0.08 0.71 0 0
HSL 293.33º 1% 0.65% -
HSV(B) 293.33º 0.71% 1% -
XYZ 54.83 29.91 97.49 -
YUV 143.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 235 75 255 0.08 0.71 0 0 293.33 1 0.65
Hex EB 4B FF 8 47 0 0 125 64 41
Octal 353 113 377 10 107 0 0 445 144 101
Binary 11101011 1001011 11111111 1000 1000111 0 0 100100101 1100100 1000001

Color Harmonies of #EB4BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4BFF

Black with #EB4BFF

Text Example


Text Example

White with #EB4BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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