Html Css Color HEX #EA5BFF Pink Flamingo

📋 copy color: '#EA5BFF'

red 234 ◦ green 91 ◦ blue 255

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

Shades of Pink Flamingo #EA5BFF

Tints of Pink Flamingo #EA5BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.69%

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

R = 40.34%
G = 15.69%
B = 43.97%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA5BFF (or 0xEA5BFF) is known color: Pink Flamingo. HEX triplet: EA, 5B and FF. RGB value is (234,91,255). Sum of RGB (Red+Green+Blue) = 234+91+255=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 91 (35.94% from 255 or 15.69% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA5BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5BFF is #15A400. Grayscale: #979797. Windows color (decimal): -1418241 or 16735210. OLE color: 16735210.

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

Color convert

RGB 234 91 255 -
CMYK 0.08 0.64 0 0
HSL 292.32º 1% 0.68% -
HSV(B) 292.32º 0.64% 1% -
XYZ 55.72 32.19 97.89 -
YUV 152.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 234 91 255 0.08 0.64 0 0 292.32 1 0.68
Hex EA 5B FF 8 40 0 0 124 64 44
Octal 352 133 377 10 100 0 0 444 144 104
Binary 11101010 1011011 11111111 1000 1000000 0 0 100100100 1100100 1000100

Color Harmonies of #EA5BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5BFF

Black with #EA5BFF

Text Example


Text Example

White with #EA5BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5BFF; }

 p { color: rgb(234,91,255); }

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

background-color css

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

 a { background-color: rgb(234,91,255); }

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

border-color css

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

 span { border-color: rgb(234,91,255); }

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