Html Css Color HEX #EA48FF Pink Flamingo

📋 copy color: '#EA48FF'

red 234 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #EA48FF

Tints of Pink Flamingo #EA48FF

RGB

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

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

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

R = 41.71%
G = 12.83%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EA48FF (or 0xEA48FF) is known color: Pink Flamingo. HEX triplet: EA, 48 and FF. RGB value is (234,72,255). Sum of RGB (Red+Green+Blue) = 234+72+255=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA48FF is #15B700. Grayscale: #8C8C8C. Windows color (decimal): -1423105 or 16730346. OLE color: 16730346.

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

Color convert

RGB 234 72 255 -
CMYK 0.08 0.72 0 0
HSL 293.11º 1% 0.64% -
HSV(B) 293.11º 0.72% 1% -
XYZ 54.3 29.35 97.41 -
YUV 141.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 234 72 255 0.08 0.72 0 0 293.11 1 0.64
Hex EA 48 FF 8 48 0 0 125 64 40
Octal 352 110 377 10 110 0 0 445 144 100
Binary 11101010 1001000 11111111 1000 1001000 0 0 100100101 1100100 1000000

Color Harmonies of #EA48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48FF

Black with #EA48FF

Text Example


Text Example

White with #EA48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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