Html Css Color HEX #EA4DF9 Pink Flamingo

📋 copy color: '#EA4DF9'

red 234 ◦ green 77 ◦ blue 249

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

Shades of Pink Flamingo #EA4DF9

Tints of Pink Flamingo #EA4DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 41.79%
G = 13.75%
B = 44.46%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA4DF9 (or 0xEA4DF9) is known color: Pink Flamingo. HEX triplet: EA, 4D and F9. RGB value is (234,77,249). Sum of RGB (Red+Green+Blue) = 234+77+249=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #EA4DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DF9 is #15B206. Grayscale: #8F8F8F. Windows color (decimal): -1421831 or 16338410. OLE color: 16338410.

HSL color Cylindrical-coordinate representation of color #EA4DF9: hue angle of 294.77º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4DF9 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 77 249 -
CMYK 0.06 0.69 0 0.02
HSL 294.77º 0.93% 0.64% -
HSV(B) 294.77º 0.69% 0.98% -
XYZ 53.68 29.64 92.51 -
YUV 143.55 187.51 192.51 -
System Red Green Blue C M Y K H S L
Decimal 234 77 249 0.06 0.69 0 0.02 294.77 0.93 0.64
Hex EA 4D F9 6 45 0 2 127 5D 40
Octal 352 115 371 6 105 0 2 447 135 100
Binary 11101010 1001101 11111001 110 1000101 0 10 100100111 1011101 1000000

Color Harmonies of #EA4DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DF9

Black with #EA4DF9

Text Example


Text Example

White with #EA4DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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