Html Css Color HEX #EB58FE Pink Flamingo

📋 copy color: '#EB58FE'

red 235 ◦ green 88 ◦ blue 254

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

Shades of Pink Flamingo #EB58FE

Tints of Pink Flamingo #EB58FE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.25%

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

R = 40.73%
G = 15.25%
B = 44.02%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EB58FE (or 0xEB58FE) is known color: Pink Flamingo. HEX triplet: EB, 58 and FE. RGB value is (235,88,254). Sum of RGB (Red+Green+Blue) = 235+88+254=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #EB58FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB58FE is #14A701. Grayscale: #969696. Windows color (decimal): -1353474 or 16668907. OLE color: 16668907.

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

Color convert

RGB 235 88 254 -
CMYK 0.07 0.65 0 0.00
HSL 293.13º 0.99% 0.67% -
HSV(B) 293.13º 0.65% 1% -
XYZ 55.64 31.8 96.97 -
YUV 150.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 235 88 254 0.07 0.65 0 0.00 293.13 0.99 0.67
Hex EB 58 FE 7 41 0 0 125 63 43
Octal 353 130 376 7 101 0 0 445 143 103
Binary 11101011 1011000 11111110 111 1000001 0 0 100100101 1100011 1000011

Color Harmonies of #EB58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58FE

Black with #EB58FE

Text Example


Text Example

White with #EB58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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