Html Css Color HEX #EA5EFD Pink Flamingo

📋 copy color: '#EA5EFD'

red 234 ◦ green 94 ◦ blue 253

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

Shades of Pink Flamingo #EA5EFD

Tints of Pink Flamingo #EA5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.18%

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

R = 40.28%
G = 16.18%
B = 43.55%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA5EFD (or 0xEA5EFD) is known color: Pink Flamingo. HEX triplet: EA, 5E and FD. RGB value is (234,94,253). Sum of RGB (Red+Green+Blue) = 234+94+253=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 94 (37.11% from 255 or 16.18% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA5EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EFD is #15A102. Grayscale: #999999. Windows color (decimal): -1417475 or 16604906. OLE color: 16604906.

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

Color convert

RGB 234 94 253 -
CMYK 0.08 0.63 0 0.01
HSL 292.83º 0.98% 0.68% -
HSV(B) 292.83º 0.63% 0.99% -
XYZ 55.66 32.59 96.29 -
YUV 153.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 234 94 253 0.08 0.63 0 0.01 292.83 0.98 0.68
Hex EA 5E FD 8 3F 0 1 125 62 44
Octal 352 136 375 10 77 0 1 445 142 104
Binary 11101010 1011110 11111101 1000 111111 0 1 100100101 1100010 1000100

Color Harmonies of #EA5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EFD

Black with #EA5EFD

Text Example


Text Example

White with #EA5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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