Html Css Color HEX #EA40FA Pink Flamingo

📋 copy color: '#EA40FA'

red 234 ◦ green 64 ◦ blue 250

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

Shades of Pink Flamingo #EA40FA

Tints of Pink Flamingo #EA40FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 42.7%
G = 11.68%
B = 45.62%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA40FA (or 0xEA40FA) is known color: Pink Flamingo. HEX triplet: EA, 40 and FA. RGB value is (234,64,250). Sum of RGB (Red+Green+Blue) = 234+64+250=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 64 (25.39% from 255 or 11.68% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA40FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA40FA is #15BF05. Grayscale: #878787. Windows color (decimal): -1425158 or 16400618. OLE color: 16400618.

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

Color convert

RGB 234 64 250 -
CMYK 0.06 0.74 0 0.02
HSL 294.84º 0.95% 0.62% -
HSV(B) 294.84º 0.74% 0.98% -
XYZ 53.02 28.06 93.06 -
YUV 136.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 234 64 250 0.06 0.74 0 0.02 294.84 0.95 0.62
Hex EA 40 FA 6 4A 0 2 127 5F 3E
Octal 352 100 372 6 112 0 2 447 137 76
Binary 11101010 1000000 11111010 110 1001010 0 10 100100111 1011111 111110

Color Harmonies of #EA40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA40FA

Black with #EA40FA

Text Example


Text Example

White with #EA40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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