Html Css Color HEX #EB5CFE Pink Flamingo

📋 copy color: '#EB5CFE'

red 235 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #EB5CFE

Tints of Pink Flamingo #EB5CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 40.45%
G = 15.83%
B = 43.72%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB5CFE (or 0xEB5CFE) is known color: Pink Flamingo. HEX triplet: EB, 5C and FE. RGB value is (235,92,254). Sum of RGB (Red+Green+Blue) = 235+92+254=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 92 (36.33% from 255 or 15.83% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CFE is #14A301. Grayscale: #989898. Windows color (decimal): -1352450 or 16669931. OLE color: 16669931.

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

Color convert

RGB 235 92 254 -
CMYK 0.07 0.64 0 0.00
HSL 292.96º 0.99% 0.68% -
HSV(B) 292.96º 0.64% 1% -
XYZ 55.98 32.47 97.08 -
YUV 153.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 235 92 254 0.07 0.64 0 0.00 292.96 0.99 0.68
Hex EB 5C FE 7 40 0 0 125 63 44
Octal 353 134 376 7 100 0 0 445 143 104
Binary 11101011 1011100 11111110 111 1000000 0 0 100100101 1100011 1000100

Color Harmonies of #EB5CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5CFE

Black with #EB5CFE

Text Example


Text Example

White with #EB5CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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