Html Css Color HEX #EA4DFF Pink Flamingo

📋 copy color: '#EA4DFF'

red 234 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #EA4DFF

Tints of Pink Flamingo #EA4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.6%

 BLUE value IS 255 (100% from 255) = 45.05%

R = 41.34%
G = 13.6%
B = 45.05%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA4DFF (or 0xEA4DFF) is known color: Pink Flamingo. HEX triplet: EA, 4D and FF. RGB value is (234,77,255). Sum of RGB (Red+Green+Blue) = 234+77+255=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DFF is #15B200. Grayscale: #8F8F8F. Windows color (decimal): -1421825 or 16731626. OLE color: 16731626.

HSL color Cylindrical-coordinate representation of color #EA4DFF: hue angle of 292.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA4DFF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 77 255 -
CMYK 0.08 0.70 0 0
HSL 292.92º 1% 0.65% -
HSV(B) 292.92º 0.7% 1% -
XYZ 54.64 30.02 97.52 -
YUV 144.24 190.51 192.03 -
System Red Green Blue C M Y K H S L
Decimal 234 77 255 0.08 0.70 0 0 292.92 1 0.65
Hex EA 4D FF 8 46 0 0 125 64 41
Octal 352 115 377 10 106 0 0 445 144 101
Binary 11101010 1001101 11111111 1000 1000110 0 0 100100101 1100100 1000001

Color Harmonies of #EA4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DFF

Black with #EA4DFF

Text Example


Text Example

White with #EA4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DFF; }

 p { color: rgb(234,77,255); }

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

background-color css

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

 a { background-color: rgb(234,77,255); }

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

border-color css

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

 span { border-color: rgb(234,77,255); }

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