Html Css Color HEX #EB50FA Pink Flamingo

📋 copy color: '#EB50FA'

red 235 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #EB50FA

Tints of Pink Flamingo #EB50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.16%

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 41.59%
G = 14.16%
B = 44.25%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EB50FA (or 0xEB50FA) is known color: Pink Flamingo. HEX triplet: EB, 50 and FA. RGB value is (235,80,250). Sum of RGB (Red+Green+Blue) = 235+80+250=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #EB50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB50FA is #14AF05. Grayscale: #919191. Windows color (decimal): -1355526 or 16404715. OLE color: 16404715.

HSL color Cylindrical-coordinate representation of color #EB50FA: hue angle of 294.71º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB50FA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 235 80 250 -
CMYK 0.06 0.68 0 0.02
HSL 294.71º 0.94% 0.65% -
HSV(B) 294.71º 0.68% 0.98% -
XYZ 54.38 30.3 93.42 -
YUV 145.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 235 80 250 0.06 0.68 0 0.02 294.71 0.94 0.65
Hex EB 50 FA 6 44 0 2 127 5E 41
Octal 353 120 372 6 104 0 2 447 136 101
Binary 11101011 1010000 11111010 110 1000100 0 10 100100111 1011110 1000001

Color Harmonies of #EB50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB50FA

Black with #EB50FA

Text Example


Text Example

White with #EB50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB50FA; }

 p { color: rgb(235,80,250); }

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

background-color css

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

 a { background-color: rgb(235,80,250); }

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

border-color css

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

 span { border-color: rgb(235,80,250); }

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