Html Css Color HEX #E852FC Pink Flamingo

📋 copy color: '#E852FC'

red 232 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #E852FC

Tints of Pink Flamingo #E852FC

RGB

 RED value IS 232 (91.02% from 255) = 40.99%

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 40.99%
G = 14.49%
B = 44.52%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E852FC (or 0xE852FC) is known color: Pink Flamingo. HEX triplet: E8, 52 and FC. RGB value is (232,82,252). Sum of RGB (Red+Green+Blue) = 232+82+252=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 82 (32.42% from 255 or 14.49% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #E852FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852FC is #17AD03. Grayscale: #919191. Windows color (decimal): -1551620 or 16536296. OLE color: 16536296.

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

Color convert

RGB 232 82 252 -
CMYK 0.08 0.67 0 0.01
HSL 292.94º 0.97% 0.65% -
HSV(B) 292.94º 0.67% 0.99% -
XYZ 53.87 30.22 95.09 -
YUV 146.23 187.7 189.18 -
System Red Green Blue C M Y K H S L
Decimal 232 82 252 0.08 0.67 0 0.01 292.94 0.97 0.65
Hex E8 52 FC 8 43 0 1 125 61 41
Octal 350 122 374 10 103 0 1 445 141 101
Binary 11101000 1010010 11111100 1000 1000011 0 1 100100101 1100001 1000001

Color Harmonies of #E852FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E852FC

Black with #E852FC

Text Example


Text Example

White with #E852FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E852FC; }

 p { color: rgb(232,82,252); }

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

background-color css

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

 a { background-color: rgb(232,82,252); }

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

border-color css

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

 span { border-color: rgb(232,82,252); }

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