Html Css Color HEX #EA4FFF Pink Flamingo

📋 copy color: '#EA4FFF'

red 234 ◦ green 79 ◦ blue 255

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

Shades of Pink Flamingo #EA4FFF

Tints of Pink Flamingo #EA4FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.91%

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

R = 41.2%
G = 13.91%
B = 44.89%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA4FFF (or 0xEA4FFF) is known color: Pink Flamingo. HEX triplet: EA, 4F and FF. RGB value is (234,79,255). Sum of RGB (Red+Green+Blue) = 234+79+255=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4FFF is #15B000. Grayscale: #909090. Windows color (decimal): -1421313 or 16732138. OLE color: 16732138.

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

Color convert

RGB 234 79 255 -
CMYK 0.08 0.69 0 0
HSL 292.84º 1% 0.65% -
HSV(B) 292.84º 0.69% 1% -
XYZ 54.78 30.3 97.57 -
YUV 145.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 234 79 255 0.08 0.69 0 0 292.84 1 0.65
Hex EA 4F FF 8 45 0 0 125 64 41
Octal 352 117 377 10 105 0 0 445 144 101
Binary 11101010 1001111 11111111 1000 1000101 0 0 100100101 1100100 1000001

Color Harmonies of #EA4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4FFF

Black with #EA4FFF

Text Example


Text Example

White with #EA4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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