Html Css Color HEX #EB5DFF Pink Flamingo

📋 copy color: '#EB5DFF'

red 235 ◦ green 93 ◦ blue 255

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

Shades of Pink Flamingo #EB5DFF

Tints of Pink Flamingo #EB5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.95%

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

R = 40.31%
G = 15.95%
B = 43.74%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB5DFF (or 0xEB5DFF) is known color: Pink Flamingo. HEX triplet: EB, 5D and FF. RGB value is (235,93,255). Sum of RGB (Red+Green+Blue) = 235+93+255=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 93 (36.72% from 255 or 15.95% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5DFF is #14A200. Grayscale: #999999. Windows color (decimal): -1352193 or 16735723. OLE color: 16735723.

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

Color convert

RGB 235 93 255 -
CMYK 0.08 0.64 0 0
HSL 292.59º 1% 0.68% -
HSV(B) 292.59º 0.64% 1% -
XYZ 56.23 32.71 97.96 -
YUV 153.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 235 93 255 0.08 0.64 0 0 292.59 1 0.68
Hex EB 5D FF 8 40 0 0 125 64 44
Octal 353 135 377 10 100 0 0 445 144 104
Binary 11101011 1011101 11111111 1000 1000000 0 0 100100101 1100100 1000100

Color Harmonies of #EB5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5DFF

Black with #EB5DFF

Text Example


Text Example

White with #EB5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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