Html Css Color HEX #EB53FF Pink Flamingo

📋 copy color: '#EB53FF'

red 235 ◦ green 83 ◦ blue 255

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

Shades of Pink Flamingo #EB53FF

Tints of Pink Flamingo #EB53FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.49%

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

R = 41.01%
G = 14.49%
B = 44.5%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB53FF (or 0xEB53FF) is known color: Pink Flamingo. HEX triplet: EB, 53 and FF. RGB value is (235,83,255). Sum of RGB (Red+Green+Blue) = 235+83+255=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 83 (32.81% from 255 or 14.49% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB53FF is #14AC00. Grayscale: #939393. Windows color (decimal): -1354753 or 16733163. OLE color: 16733163.

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

Color convert

RGB 235 83 255 -
CMYK 0.08 0.67 0 0
HSL 293.02º 1% 0.66% -
HSV(B) 293.02º 0.67% 1% -
XYZ 55.4 31.07 97.68 -
YUV 148.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 235 83 255 0.08 0.67 0 0 293.02 1 0.66
Hex EB 53 FF 8 43 0 0 125 64 42
Octal 353 123 377 10 103 0 0 445 144 102
Binary 11101011 1010011 11111111 1000 1000011 0 0 100100101 1100100 1000010

Color Harmonies of #EB53FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB53FF

Black with #EB53FF

Text Example


Text Example

White with #EB53FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB53FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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