Html Css Color HEX #EA5EFC Pink Flamingo

📋 copy color: '#EA5EFC'

red 234 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #EA5EFC

Tints of Pink Flamingo #EA5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.21%

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 40.34%
G = 16.21%
B = 43.45%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EA5EFC (or 0xEA5EFC) is known color: Pink Flamingo. HEX triplet: EA, 5E and FC. RGB value is (234,94,252). Sum of RGB (Red+Green+Blue) = 234+94+252=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA5EFC is #15A103. Grayscale: #999999. Windows color (decimal): -1417476 or 16539370. OLE color: 16539370.

HSL color Cylindrical-coordinate representation of color #EA5EFC: hue angle of 293.16º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA5EFC is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 94 252 -
CMYK 0.07 0.63 0 0.01
HSL 293.16º 0.96% 0.68% -
HSV(B) 293.16º 0.63% 0.99% -
XYZ 55.51 32.53 95.45 -
YUV 153.87 183.38 185.15 -
System Red Green Blue C M Y K H S L
Decimal 234 94 252 0.07 0.63 0 0.01 293.16 0.96 0.68
Hex EA 5E FC 7 3F 0 1 125 60 44
Octal 352 136 374 7 77 0 1 445 140 104
Binary 11101010 1011110 11111100 111 111111 0 1 100100101 1100000 1000100

Color Harmonies of #EA5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5EFC

Black with #EA5EFC

Text Example


Text Example

White with #EA5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5EFC; }

 p { color: rgb(234,94,252); }

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

background-color css

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

 a { background-color: rgb(234,94,252); }

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

border-color css

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

 span { border-color: rgb(234,94,252); }

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