Html Css Color HEX #E752FA Pink Flamingo

📋 copy color: '#E752FA'

red 231 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #E752FA

Tints of Pink Flamingo #E752FA

RGB

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

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

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

R = 41.03%
G = 14.56%
B = 44.4%

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

#E752FA (or 0xE752FA) is known color: Pink Flamingo. HEX triplet: E7, 52 and FA. RGB value is (231,82,250). Sum of RGB (Red+Green+Blue) = 231+82+250=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 82 (32.42% from 255 or 14.56% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E752FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FA is #18AD05. Grayscale: #919191. Windows color (decimal): -1617158 or 16405223. OLE color: 16405223.

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

Color convert

RGB 231 82 250 -
CMYK 0.08 0.67 0 0.02
HSL 293.21º 0.94% 0.65% -
HSV(B) 293.21º 0.67% 0.98% -
XYZ 53.23 29.93 93.41 -
YUV 145.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 231 82 250 0.08 0.67 0 0.02 293.21 0.94 0.65
Hex E7 52 FA 8 43 0 2 125 5E 41
Octal 347 122 372 10 103 0 2 445 136 101
Binary 11100111 1010010 11111010 1000 1000011 0 10 100100101 1011110 1000001

Color Harmonies of #E752FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752FA

Black with #E752FA

Text Example


Text Example

White with #E752FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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