Html Css Color HEX #EA5EF8 Pink Flamingo

📋 copy color: '#EA5EF8'

red 234 ◦ green 94 ◦ blue 248

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

Shades of Pink Flamingo #EA5EF8

Tints of Pink Flamingo #EA5EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.06%

R = 40.63%
G = 16.32%
B = 43.06%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EA5EF8 (or 0xEA5EF8) is known color: Pink Flamingo. HEX triplet: EA, 5E and F8. RGB value is (234,94,248). Sum of RGB (Red+Green+Blue) = 234+94+248=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #EA5EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EF8 is #15A107. Grayscale: #989898. Windows color (decimal): -1417480 or 16277226. OLE color: 16277226.

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

Color convert

RGB 234 94 248 -
CMYK 0.06 0.62 0 0.03
HSL 294.55º 0.92% 0.67% -
HSV(B) 294.55º 0.62% 0.97% -
XYZ 54.88 32.28 92.14 -
YUV 153.42 181.38 185.48 -
System Red Green Blue C M Y K H S L
Decimal 234 94 248 0.06 0.62 0 0.03 294.55 0.92 0.67
Hex EA 5E F8 6 3E 0 3 127 5C 43
Octal 352 136 370 6 76 0 3 447 134 103
Binary 11101010 1011110 11111000 110 111110 0 11 100100111 1011100 1000011

Color Harmonies of #EA5EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EF8

Black with #EA5EF8

Text Example


Text Example

White with #EA5EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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