Html Css Color HEX #EA50FE Pink Flamingo

📋 copy color: '#EA50FE'

red 234 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #EA50FE

Tints of Pink Flamingo #EA50FE

RGB

 RED value IS 234 (91.8% from 255) = 41.2%

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

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

R = 41.2%
G = 14.08%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA50FE (or 0xEA50FE) is known color: Pink Flamingo. HEX triplet: EA, 50 and FE. RGB value is (234,80,254). Sum of RGB (Red+Green+Blue) = 234+80+254=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 80 (31.64% from 255 or 14.08% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA50FE is #15AF01. Grayscale: #919191. Windows color (decimal): -1421058 or 16666858. OLE color: 16666858.

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

Color convert

RGB 234 80 254 -
CMYK 0.08 0.69 0 0.00
HSL 293.1º 0.99% 0.65% -
HSV(B) 293.1º 0.69% 1% -
XYZ 54.69 30.39 96.75 -
YUV 145.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 234 80 254 0.08 0.69 0 0.00 293.1 0.99 0.65
Hex EA 50 FE 8 45 0 0 125 63 41
Octal 352 120 376 10 105 0 0 445 143 101
Binary 11101010 1010000 11111110 1000 1000101 0 0 100100101 1100011 1000001

Color Harmonies of #EA50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50FE

Black with #EA50FE

Text Example


Text Example

White with #EA50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50FE; }

 p { color: rgb(234,80,254); }

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

background-color css

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

 a { background-color: rgb(234,80,254); }

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

border-color css

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

 span { border-color: rgb(234,80,254); }

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