Html Css Color HEX #EA55FA Pink Flamingo

📋 copy color: '#EA55FA'

red 234 ◦ green 85 ◦ blue 250

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

Shades of Pink Flamingo #EA55FA

Tints of Pink Flamingo #EA55FA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.94%

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

R = 41.12%
G = 14.94%
B = 43.94%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EA55FA (or 0xEA55FA) is known color: Pink Flamingo. HEX triplet: EA, 55 and FA. RGB value is (234,85,250). Sum of RGB (Red+Green+Blue) = 234+85+250=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #EA55FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA55FA is #15AA05. Grayscale: #939393. Windows color (decimal): -1419782 or 16405994. OLE color: 16405994.

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

Color convert

RGB 234 85 250 -
CMYK 0.06 0.66 0 0.02
HSL 294.18º 0.94% 0.66% -
HSV(B) 294.18º 0.66% 0.98% -
XYZ 54.44 30.89 93.54 -
YUV 148.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 234 85 250 0.06 0.66 0 0.02 294.18 0.94 0.66
Hex EA 55 FA 6 42 0 2 126 5E 42
Octal 352 125 372 6 102 0 2 446 136 102
Binary 11101010 1010101 11111010 110 1000010 0 10 100100110 1011110 1000010

Color Harmonies of #EA55FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55FA

Black with #EA55FA

Text Example


Text Example

White with #EA55FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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