Html Css Color HEX #EA51FF Pink Flamingo

📋 copy color: '#EA51FF'

red 234 ◦ green 81 ◦ blue 255

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

Shades of Pink Flamingo #EA51FF

Tints of Pink Flamingo #EA51FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.21%

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

R = 41.05%
G = 14.21%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA51FF (or 0xEA51FF) is known color: Pink Flamingo. HEX triplet: EA, 51 and FF. RGB value is (234,81,255). Sum of RGB (Red+Green+Blue) = 234+81+255=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 81 (32.03% from 255 or 14.21% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA51FF is #15AE00. Grayscale: #929292. Windows color (decimal): -1420801 or 16732650. OLE color: 16732650.

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

Color convert

RGB 234 81 255 -
CMYK 0.08 0.68 0 0
HSL 292.76º 1% 0.66% -
HSV(B) 292.76º 0.68% 1% -
XYZ 54.92 30.6 97.62 -
YUV 146.58 189.19 190.35 -
System Red Green Blue C M Y K H S L
Decimal 234 81 255 0.08 0.68 0 0 292.76 1 0.66
Hex EA 51 FF 8 44 0 0 125 64 42
Octal 352 121 377 10 104 0 0 445 144 102
Binary 11101010 1010001 11111111 1000 1000100 0 0 100100101 1100100 1000010

Color Harmonies of #EA51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51FF

Black with #EA51FF

Text Example


Text Example

White with #EA51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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