Html Css Color HEX #E552FA Pink Flamingo

📋 copy color: '#E552FA'

red 229 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #E552FA

Tints of Pink Flamingo #E552FA

RGB

 RED value IS 229 (89.84% from 255) = 40.82%

 GREEN value IS 82 (32.42% from 255) = 14.62%

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

R = 40.82%
G = 14.62%
B = 44.56%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E552FA (or 0xE552FA) is known color: Pink Flamingo. HEX triplet: E5, 52 and FA. RGB value is (229,82,250). Sum of RGB (Red+Green+Blue) = 229+82+250=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 82 (32.42% from 255 or 14.62% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #E552FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E552FA is #1AAD05. Grayscale: #909090. Windows color (decimal): -1748230 or 16405221. OLE color: 16405221.

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

Color convert

RGB 229 82 250 -
CMYK 0.08 0.67 0 0.02
HSL 292.5º 0.94% 0.65% -
HSV(B) 292.5º 0.67% 0.98% -
XYZ 52.59 29.59 93.38 -
YUV 145.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 229 82 250 0.08 0.67 0 0.02 292.5 0.94 0.65
Hex E5 52 FA 8 43 0 2 124 5E 41
Octal 345 122 372 10 103 0 2 444 136 101
Binary 11100101 1010010 11111010 1000 1000011 0 10 100100100 1011110 1000001

Color Harmonies of #E552FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E552FA

Black with #E552FA

Text Example


Text Example

White with #E552FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E552FA; }

 p { color: rgb(229,82,250); }

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

background-color css

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

 a { background-color: rgb(229,82,250); }

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

border-color css

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

 span { border-color: rgb(229,82,250); }

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