Html Css Color HEX #EB52FF Pink Flamingo

📋 copy color: '#EB52FF'

red 235 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #EB52FF

Tints of Pink Flamingo #EB52FF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.34%

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

R = 41.08%
G = 14.34%
B = 44.58%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB52FF (or 0xEB52FF) is known color: Pink Flamingo. HEX triplet: EB, 52 and FF. RGB value is (235,82,255). Sum of RGB (Red+Green+Blue) = 235+82+255=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB52FF is #14AD00. Grayscale: #929292. Windows color (decimal): -1355009 or 16732907. OLE color: 16732907.

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

Color convert

RGB 235 82 255 -
CMYK 0.08 0.68 0 0
HSL 293.06º 1% 0.66% -
HSV(B) 293.06º 0.68% 1% -
XYZ 55.33 30.92 97.66 -
YUV 147.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 235 82 255 0.08 0.68 0 0 293.06 1 0.66
Hex EB 52 FF 8 44 0 0 125 64 42
Octal 353 122 377 10 104 0 0 445 144 102
Binary 11101011 1010010 11111111 1000 1000100 0 0 100100101 1100100 1000010

Color Harmonies of #EB52FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB52FF

Black with #EB52FF

Text Example


Text Example

White with #EB52FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB52FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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