Html Css Color HEX #EA48FE Pink Flamingo

📋 copy color: '#EA48FE'

red 234 ◦ green 72 ◦ blue 254

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

Shades of Pink Flamingo #EA48FE

Tints of Pink Flamingo #EA48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.86%

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

R = 41.79%
G = 12.86%
B = 45.36%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EA48FE (or 0xEA48FE) is known color: Pink Flamingo. HEX triplet: EA, 48 and FE. RGB value is (234,72,254). Sum of RGB (Red+Green+Blue) = 234+72+254=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 72 (28.52% from 255 or 12.86% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA48FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA48FE is #15B701. Grayscale: #8C8C8C. Windows color (decimal): -1423106 or 16664810. OLE color: 16664810.

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

Color convert

RGB 234 72 254 -
CMYK 0.08 0.72 0 0.00
HSL 293.41º 0.99% 0.64% -
HSV(B) 293.41º 0.72% 1% -
XYZ 54.14 29.28 96.56 -
YUV 141.19 191.67 194.2 -
System Red Green Blue C M Y K H S L
Decimal 234 72 254 0.08 0.72 0 0.00 293.41 0.99 0.64
Hex EA 48 FE 8 48 0 0 125 63 40
Octal 352 110 376 10 110 0 0 445 143 100
Binary 11101010 1001000 11111110 1000 1001000 0 0 100100101 1100011 1000000

Color Harmonies of #EA48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48FE

Black with #EA48FE

Text Example


Text Example

White with #EA48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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