Html Css Color HEX #EB5CFF Pink Flamingo

📋 copy color: '#EB5CFF'

red 235 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #EB5CFF

Tints of Pink Flamingo #EB5CFF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.81%

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

R = 40.38%
G = 15.81%
B = 43.81%

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

#EB5CFF (or 0xEB5CFF) is known color: Pink Flamingo. HEX triplet: EB, 5C and FF. RGB value is (235,92,255). Sum of RGB (Red+Green+Blue) = 235+92+255=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 92 (36.33% from 255 or 15.81% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CFF is #14A300. Grayscale: #989898. Windows color (decimal): -1352449 or 16735467. OLE color: 16735467.

HSL color Cylindrical-coordinate representation of color #EB5CFF: hue angle of 292.64º 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 #EB5CFF is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 235 92 255 -
CMYK 0.08 0.64 0 0
HSL 292.64º 1% 0.68% -
HSV(B) 292.64º 0.64% 1% -
XYZ 56.14 32.54 97.93 -
YUV 153.34 185.38 186.25 -
System Red Green Blue C M Y K H S L
Decimal 235 92 255 0.08 0.64 0 0 292.64 1 0.68
Hex EB 5C FF 8 40 0 0 125 64 44
Octal 353 134 377 10 100 0 0 445 144 104
Binary 11101011 1011100 11111111 1000 1000000 0 0 100100101 1100100 1000100

Color Harmonies of #EB5CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CFF

Black with #EB5CFF

Text Example


Text Example

White with #EB5CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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