Html Css Color HEX #E752FC Pink Flamingo

📋 copy color: '#E752FC'

red 231 ◦ green 82 ◦ blue 252

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

Shades of Pink Flamingo #E752FC

Tints of Pink Flamingo #E752FC

RGB

 RED value IS 231 (90.63% from 255) = 40.88%

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

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

R = 40.88%
G = 14.51%
B = 44.6%

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

#E752FC (or 0xE752FC) is known color: Pink Flamingo. HEX triplet: E7, 52 and FC. RGB value is (231,82,252). Sum of RGB (Red+Green+Blue) = 231+82+252=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 82 (32.42% from 255 or 14.51% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #E752FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FC is #18AD03. Grayscale: #919191. Windows color (decimal): -1617156 or 16536295. OLE color: 16536295.

HSL color Cylindrical-coordinate representation of color #E752FC: hue angle of 292.59º 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 #E752FC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 82 252 -
CMYK 0.08 0.67 0 0.01
HSL 292.59º 0.97% 0.65% -
HSV(B) 292.59º 0.67% 0.99% -
XYZ 53.54 30.05 95.07 -
YUV 145.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 231 82 252 0.08 0.67 0 0.01 292.59 0.97 0.65
Hex E7 52 FC 8 43 0 1 125 61 41
Octal 347 122 374 10 103 0 1 445 141 101
Binary 11100111 1010010 11111100 1000 1000011 0 1 100100101 1100001 1000001

Color Harmonies of #E752FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752FC

Black with #E752FC

Text Example


Text Example

White with #E752FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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