Html Css Color HEX #EA40FF Pink Flamingo

📋 copy color: '#EA40FF'

red 234 ◦ green 64 ◦ blue 255

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

Shades of Pink Flamingo #EA40FF

Tints of Pink Flamingo #EA40FF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.57%

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

R = 42.31%
G = 11.57%
B = 46.11%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA40FF (or 0xEA40FF) is known color: Pink Flamingo. HEX triplet: EA, 40 and FF. RGB value is (234,64,255). Sum of RGB (Red+Green+Blue) = 234+64+255=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40FF is #15BF00. Grayscale: #888888. Windows color (decimal): -1425153 or 16728298. OLE color: 16728298.

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

Color convert

RGB 234 64 255 -
CMYK 0.08 0.75 0 0
HSL 293.4º 1% 0.63% -
HSV(B) 293.4º 0.75% 1% -
XYZ 53.82 28.38 97.25 -
YUV 136.6 194.82 197.47 -
System Red Green Blue C M Y K H S L
Decimal 234 64 255 0.08 0.75 0 0 293.4 1 0.63
Hex EA 40 FF 8 4B 0 0 125 64 3F
Octal 352 100 377 10 113 0 0 445 144 77
Binary 11101010 1000000 11111111 1000 1001011 0 0 100100101 1100100 111111

Color Harmonies of #EA40FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40FF

Black with #EA40FF

Text Example


Text Example

White with #EA40FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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