Html Css Color HEX #EA5EFA Pink Flamingo

📋 copy color: '#EA5EFA'

red 234 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #EA5EFA

Tints of Pink Flamingo #EA5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 40.48%
G = 16.26%
B = 43.25%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA5EFA (or 0xEA5EFA) is known color: Pink Flamingo. HEX triplet: EA, 5E and FA. RGB value is (234,94,250). Sum of RGB (Red+Green+Blue) = 234+94+250=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EFA is #15A105. Grayscale: #999999. Windows color (decimal): -1417478 or 16408298. OLE color: 16408298.

HSL color Cylindrical-coordinate representation of color #EA5EFA: hue angle of 293.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5EFA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 94 250 -
CMYK 0.06 0.62 0 0.02
HSL 293.85º 0.94% 0.67% -
HSV(B) 293.85º 0.62% 0.98% -
XYZ 55.19 32.4 93.79 -
YUV 153.64 182.38 185.32 -
System Red Green Blue C M Y K H S L
Decimal 234 94 250 0.06 0.62 0 0.02 293.85 0.94 0.67
Hex EA 5E FA 6 3E 0 2 126 5E 43
Octal 352 136 372 6 76 0 2 446 136 103
Binary 11101010 1011110 11111010 110 111110 0 10 100100110 1011110 1000011

Color Harmonies of #EA5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EFA

Black with #EA5EFA

Text Example


Text Example

White with #EA5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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