Html Css Color HEX #E852FF Pink Flamingo

📋 copy color: '#E852FF'

red 232 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #E852FF

Tints of Pink Flamingo #E852FF

RGB

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

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

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

R = 40.77%
G = 14.41%
B = 44.82%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E852FF (or 0xE852FF) is known color: Pink Flamingo. HEX triplet: E8, 52 and FF. RGB value is (232,82,255). Sum of RGB (Red+Green+Blue) = 232+82+255=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 82 (32.42% from 255 or 14.41% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #E852FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E852FF is #17AD00. Grayscale: #929292. Windows color (decimal): -1551617 or 16732904. OLE color: 16732904.

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

Color convert

RGB 232 82 255 -
CMYK 0.09 0.68 0 0
HSL 292.02º 1% 0.66% -
HSV(B) 292.02º 0.68% 1% -
XYZ 54.35 30.41 97.61 -
YUV 146.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 232 82 255 0.09 0.68 0 0 292.02 1 0.66
Hex E8 52 FF 9 44 0 0 124 64 42
Octal 350 122 377 11 104 0 0 444 144 102
Binary 11101000 1010010 11111111 1001 1000100 0 0 100100100 1100100 1000010

Color Harmonies of #E852FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E852FF

Black with #E852FF

Text Example


Text Example

White with #E852FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E852FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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