Html Css Color HEX #EB5FFF Pink Flamingo

📋 copy color: '#EB5FFF'

red 235 ◦ green 95 ◦ blue 255

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

Shades of Pink Flamingo #EB5FFF

Tints of Pink Flamingo #EB5FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.24%

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

R = 40.17%
G = 16.24%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB5FFF (or 0xEB5FFF) is known color: Pink Flamingo. HEX triplet: EB, 5F and FF. RGB value is (235,95,255). Sum of RGB (Red+Green+Blue) = 235+95+255=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB5FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5FFF is #14A000. Grayscale: #9A9A9A. Windows color (decimal): -1351681 or 16736235. OLE color: 16736235.

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

Color convert

RGB 235 95 255 -
CMYK 0.08 0.63 0 0
HSL 292.5º 1% 0.69% -
HSV(B) 292.5º 0.63% 1% -
XYZ 56.4 33.07 98.02 -
YUV 155.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 235 95 255 0.08 0.63 0 0 292.5 1 0.69
Hex EB 5F FF 8 3F 0 0 124 64 45
Octal 353 137 377 10 77 0 0 444 144 105
Binary 11101011 1011111 11111111 1000 111111 0 0 100100100 1100100 1000101

Color Harmonies of #EB5FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5FFF

Black with #EB5FFF

Text Example


Text Example

White with #EB5FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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