Html Css Color HEX #E852FE Pink Flamingo

📋 copy color: '#E852FE'

red 232 ◦ green 82 ◦ blue 254

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

Shades of Pink Flamingo #E852FE

Tints of Pink Flamingo #E852FE

RGB

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

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

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

R = 40.85%
G = 14.44%
B = 44.72%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E852FE (or 0xE852FE) is known color: Pink Flamingo. HEX triplet: E8, 52 and FE. RGB value is (232,82,254). Sum of RGB (Red+Green+Blue) = 232+82+254=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 82 (32.42% from 255 or 14.44% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #E852FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852FE is #17AD01. Grayscale: #919191. Windows color (decimal): -1551618 or 16667368. OLE color: 16667368.

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

Color convert

RGB 232 82 254 -
CMYK 0.09 0.68 0 0.00
HSL 292.33º 0.99% 0.66% -
HSV(B) 292.33º 0.68% 1% -
XYZ 54.19 30.35 96.77 -
YUV 146.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 232 82 254 0.09 0.68 0 0.00 292.33 0.99 0.66
Hex E8 52 FE 9 44 0 0 124 63 42
Octal 350 122 376 11 104 0 0 444 143 102
Binary 11101000 1010010 11111110 1001 1000100 0 0 100100100 1100011 1000010

Color Harmonies of #E852FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E852FE

Black with #E852FE

Text Example


Text Example

White with #E852FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E852FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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