Html Css Color HEX #EA5EFE Pink Flamingo

📋 copy color: '#EA5EFE'

red 234 ◦ green 94 ◦ blue 254

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

Shades of Pink Flamingo #EA5EFE

Tints of Pink Flamingo #EA5EFE

RGB

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

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

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

R = 40.21%
G = 16.15%
B = 43.64%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA5EFE (or 0xEA5EFE) is known color: Pink Flamingo. HEX triplet: EA, 5E and FE. RGB value is (234,94,254). Sum of RGB (Red+Green+Blue) = 234+94+254=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 94 (37.11% from 255 or 16.15% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EFE is #15A101. Grayscale: #999999. Windows color (decimal): -1417474 or 16670442. OLE color: 16670442.

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

Color convert

RGB 234 94 254 -
CMYK 0.08 0.63 0 0.00
HSL 292.5º 0.99% 0.68% -
HSV(B) 292.5º 0.63% 1% -
XYZ 55.82 32.65 97.13 -
YUV 154.1 184.38 184.99 -
System Red Green Blue C M Y K H S L
Decimal 234 94 254 0.08 0.63 0 0.00 292.5 0.99 0.68
Hex EA 5E FE 8 3F 0 0 124 63 44
Octal 352 136 376 10 77 0 0 444 143 104
Binary 11101010 1011110 11111110 1000 111111 0 0 100100100 1100011 1000100

Color Harmonies of #EA5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EFE

Black with #EA5EFE

Text Example


Text Example

White with #EA5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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