Html Css Color HEX #EA4DF5 Pink Flamingo

📋 copy color: '#EA4DF5'

red 234 ◦ green 77 ◦ blue 245

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

Shades of Pink Flamingo #EA4DF5

Tints of Pink Flamingo #EA4DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.06%

R = 42.09%
G = 13.85%
B = 44.06%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EA4DF5 (or 0xEA4DF5) is known color: Pink Flamingo. HEX triplet: EA, 4D and F5. RGB value is (234,77,245). Sum of RGB (Red+Green+Blue) = 234+77+245=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 245 - color contains mainly: blue. Hex color #EA4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA4DF5 is #15B20A. Grayscale: #8E8E8E. Windows color (decimal): -1421835 or 16076266. OLE color: 16076266.

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

Color convert

RGB 234 77 245 -
CMYK 0.04 0.69 0 0.04
HSL 296.07º 0.89% 0.63% -
HSV(B) 296.07º 0.69% 0.96% -
XYZ 53.07 29.39 89.26 -
YUV 143.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 234 77 245 0.04 0.69 0 0.04 296.07 0.89 0.63
Hex EA 4D F5 4 45 0 4 128 59 3F
Octal 352 115 365 4 105 0 4 450 131 77
Binary 11101010 1001101 11110101 100 1000101 0 100 100101000 1011001 111111

Color Harmonies of #EA4DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4DF5

Black with #EA4DF5

Text Example


Text Example

White with #EA4DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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