Html Css Color HEX #EA62EF Pink Flamingo

📋 copy color: '#EA62EF'

red 234 ◦ green 98 ◦ blue 239

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

Shades of Pink Flamingo #EA62EF

Tints of Pink Flamingo #EA62EF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.16%

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 40.98%
G = 17.16%
B = 41.86%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EA62EF (or 0xEA62EF) is known color: Pink Flamingo. HEX triplet: EA, 62 and EF. RGB value is (234,98,239). Sum of RGB (Red+Green+Blue) = 234+98+239=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 98 (38.67% from 255 or 17.16% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA62EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA62EF is #159D10. Grayscale: #9A9A9A. Windows color (decimal): -1416465 or 15688426. OLE color: 15688426.

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

Color convert

RGB 234 98 239 -
CMYK 0.02 0.59 0 0.06
HSL 297.87º 0.82% 0.66% -
HSV(B) 297.87º 0.59% 0.94% -
XYZ 53.88 32.46 85.09 -
YUV 154.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 234 98 239 0.02 0.59 0 0.06 297.87 0.82 0.66
Hex EA 62 EF 2 3B 0 6 12A 52 42
Octal 352 142 357 2 73 0 6 452 122 102
Binary 11101010 1100010 11101111 10 111011 0 110 100101010 1010010 1000010

Color Harmonies of #EA62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA62EF

Black with #EA62EF

Text Example


Text Example

White with #EA62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA62EF; }

 p { color: rgb(234,98,239); }

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

background-color css

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

 a { background-color: rgb(234,98,239); }

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

border-color css

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

 span { border-color: rgb(234,98,239); }

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