Html Css Color HEX #EA56F4 Pink Flamingo

📋 copy color: '#EA56F4'

red 234 ◦ green 86 ◦ blue 244

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

Shades of Pink Flamingo #EA56F4

Tints of Pink Flamingo #EA56F4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.25%

 BLUE value IS 244 (95.7% from 255) = 43.26%

R = 41.49%
G = 15.25%
B = 43.26%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA56F4 (or 0xEA56F4) is known color: Pink Flamingo. HEX triplet: EA, 56 and F4. RGB value is (234,86,244). Sum of RGB (Red+Green+Blue) = 234+86+244=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 86 (33.98% from 255 or 15.25% from 564); Blue value is 244 (95.70% from 255 or 43.26% from 564); Max value from RGB is 244 - color contains mainly: blue. Hex color #EA56F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA56F4 is #15A90B. Grayscale: #939393. Windows color (decimal): -1419532 or 16013034. OLE color: 16013034.

HSL color Cylindrical-coordinate representation of color #EA56F4: hue angle of 296.2º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA56F4 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 86 244 -
CMYK 0.04 0.65 0 0.04
HSL 296.2º 0.88% 0.65% -
HSV(B) 296.2º 0.65% 0.96% -
XYZ 53.59 30.68 88.69 -
YUV 148.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 234 86 244 0.04 0.65 0 0.04 296.2 0.88 0.65
Hex EA 56 F4 4 41 0 4 128 58 41
Octal 352 126 364 4 101 0 4 450 130 101
Binary 11101010 1010110 11110100 100 1000001 0 100 100101000 1011000 1000001

Color Harmonies of #EA56F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56F4

Black with #EA56F4

Text Example


Text Example

White with #EA56F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56F4; }

 p { color: rgb(234,86,244); }

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

background-color css

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

 a { background-color: rgb(234,86,244); }

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

border-color css

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

 span { border-color: rgb(234,86,244); }

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