Html Css Color HEX #EB58FF Pink Flamingo

📋 copy color: '#EB58FF'

red 235 ◦ green 88 ◦ blue 255

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

Shades of Pink Flamingo #EB58FF

Tints of Pink Flamingo #EB58FF

RGB

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

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

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

R = 40.66%
G = 15.22%
B = 44.12%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB58FF (or 0xEB58FF) is known color: Pink Flamingo. HEX triplet: EB, 58 and FF. RGB value is (235,88,255). Sum of RGB (Red+Green+Blue) = 235+88+255=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB58FF is #14A700. Grayscale: #969696. Windows color (decimal): -1353473 or 16734443. OLE color: 16734443.

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

Color convert

RGB 235 88 255 -
CMYK 0.08 0.65 0 0
HSL 292.81º 1% 0.67% -
HSV(B) 292.81º 0.65% 1% -
XYZ 55.8 31.86 97.82 -
YUV 150.99 186.7 187.92 -
System Red Green Blue C M Y K H S L
Decimal 235 88 255 0.08 0.65 0 0 292.81 1 0.67
Hex EB 58 FF 8 41 0 0 125 64 43
Octal 353 130 377 10 101 0 0 445 144 103
Binary 11101011 1011000 11111111 1000 1000001 0 0 100100101 1100100 1000011

Color Harmonies of #EB58FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB58FF

Black with #EB58FF

Text Example


Text Example

White with #EB58FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB58FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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