Html Css Color HEX #EA53FE Pink Flamingo

📋 copy color: '#EA53FE'

red 234 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #EA53FE

Tints of Pink Flamingo #EA53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.54%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 40.98%
G = 14.54%
B = 44.48%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA53FE (or 0xEA53FE) is known color: Pink Flamingo. HEX triplet: EA, 53 and FE. RGB value is (234,83,254). Sum of RGB (Red+Green+Blue) = 234+83+254=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA53FE is #15AC01. Grayscale: #939393. Windows color (decimal): -1420290 or 16667626. OLE color: 16667626.

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

Color convert

RGB 234 83 254 -
CMYK 0.08 0.67 0 0.00
HSL 292.98º 0.99% 0.66% -
HSV(B) 292.98º 0.67% 1% -
XYZ 54.91 30.83 96.82 -
YUV 147.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 234 83 254 0.08 0.67 0 0.00 292.98 0.99 0.66
Hex EA 53 FE 8 43 0 0 125 63 42
Octal 352 123 376 10 103 0 0 445 143 102
Binary 11101010 1010011 11111110 1000 1000011 0 0 100100101 1100011 1000010

Color Harmonies of #EA53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53FE

Black with #EA53FE

Text Example


Text Example

White with #EA53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53FE; }

 p { color: rgb(234,83,254); }

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

background-color css

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

 a { background-color: rgb(234,83,254); }

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

border-color css

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

 span { border-color: rgb(234,83,254); }

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