Html Css Color HEX #EA56FD Pink Flamingo

📋 copy color: '#EA56FD'

red 234 ◦ green 86 ◦ blue 253

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

Shades of Pink Flamingo #EA56FD

Tints of Pink Flamingo #EA56FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.01%

 BLUE value IS 253 (99.22% from 255) = 44.15%

R = 40.84%
G = 15.01%
B = 44.15%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA56FD (or 0xEA56FD) is known color: Pink Flamingo. HEX triplet: EA, 56 and FD. RGB value is (234,86,253). Sum of RGB (Red+Green+Blue) = 234+86+253=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA56FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA56FD is #15A902. Grayscale: #949494. Windows color (decimal): -1419523 or 16602858. OLE color: 16602858.

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

Color convert

RGB 234 86 253 -
CMYK 0.08 0.66 0 0.01
HSL 293.17º 0.98% 0.66% -
HSV(B) 293.17º 0.66% 0.99% -
XYZ 54.99 31.24 96.06 -
YUV 149.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 234 86 253 0.08 0.66 0 0.01 293.17 0.98 0.66
Hex EA 56 FD 8 42 0 1 125 62 42
Octal 352 126 375 10 102 0 1 445 142 102
Binary 11101010 1010110 11111101 1000 1000010 0 1 100100101 1100010 1000010

Color Harmonies of #EA56FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56FD

Black with #EA56FD

Text Example


Text Example

White with #EA56FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56FD; }

 p { color: rgb(234,86,253); }

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

background-color css

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

 a { background-color: rgb(234,86,253); }

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

border-color css

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

 span { border-color: rgb(234,86,253); }

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