Html Css Color HEX #EA5DF2 Pink Flamingo

📋 copy color: '#EA5DF2'

red 234 ◦ green 93 ◦ blue 242

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

Shades of Pink Flamingo #EA5DF2

Tints of Pink Flamingo #EA5DF2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.34%

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 41.12%
G = 16.34%
B = 42.53%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA5DF2 (or 0xEA5DF2) is known color: Pink Flamingo. HEX triplet: EA, 5D and F2. RGB value is (234,93,242). Sum of RGB (Red+Green+Blue) = 234+93+242=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA5DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5DF2 is #15A20D. Grayscale: #979797. Windows color (decimal): -1417742 or 15883754. OLE color: 15883754.

HSL color Cylindrical-coordinate representation of color #EA5DF2: hue angle of 296.78º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5DF2 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 93 242 -
CMYK 0.03 0.62 0 0.05
HSL 296.78º 0.85% 0.66% -
HSV(B) 296.78º 0.62% 0.95% -
XYZ 53.87 31.73 87.29 -
YUV 152.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 234 93 242 0.03 0.62 0 0.05 296.78 0.85 0.66
Hex EA 5D F2 3 3E 0 5 129 55 42
Octal 352 135 362 3 76 0 5 451 125 102
Binary 11101010 1011101 11110010 11 111110 0 101 100101001 1010101 1000010

Color Harmonies of #EA5DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5DF2

Black with #EA5DF2

Text Example


Text Example

White with #EA5DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5DF2; }

 p { color: rgb(234,93,242); }

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

background-color css

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

 a { background-color: rgb(234,93,242); }

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

border-color css

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

 span { border-color: rgb(234,93,242); }

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