Html Css Color HEX #EB60FF Pink Flamingo

📋 copy color: '#EB60FF'

red 235 ◦ green 96 ◦ blue 255

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

Shades of Pink Flamingo #EB60FF

Tints of Pink Flamingo #EB60FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 16.38%

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

R = 40.1%
G = 16.38%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB60FF (or 0xEB60FF) is known color: Pink Flamingo. HEX triplet: EB, 60 and FF. RGB value is (235,96,255). Sum of RGB (Red+Green+Blue) = 235+96+255=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB60FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB60FF is #149F00. Grayscale: #9B9B9B. Windows color (decimal): -1351425 or 16736491. OLE color: 16736491.

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

Color convert

RGB 235 96 255 -
CMYK 0.08 0.62 0 0
HSL 292.45º 1% 0.69% -
HSV(B) 292.45º 0.62% 1% -
XYZ 56.49 33.25 98.05 -
YUV 155.69 184.05 184.57 -
System Red Green Blue C M Y K H S L
Decimal 235 96 255 0.08 0.62 0 0 292.45 1 0.69
Hex EB 60 FF 8 3E 0 0 124 64 45
Octal 353 140 377 10 76 0 0 444 144 105
Binary 11101011 1100000 11111111 1000 111110 0 0 100100100 1100100 1000101

Color Harmonies of #EB60FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB60FF

Black with #EB60FF

Text Example


Text Example

White with #EB60FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB60FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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