Html Css Color HEX #E752FB Pink Flamingo

📋 copy color: '#E752FB'

red 231 ◦ green 82 ◦ blue 251

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

Shades of Pink Flamingo #E752FB

Tints of Pink Flamingo #E752FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 40.96%
G = 14.54%
B = 44.5%

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

#E752FB (or 0xE752FB) is known color: Pink Flamingo. HEX triplet: E7, 52 and FB. RGB value is (231,82,251). Sum of RGB (Red+Green+Blue) = 231+82+251=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 82 (32.42% from 255 or 14.54% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #E752FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FB is #18AD04. Grayscale: #919191. Windows color (decimal): -1617157 or 16470759. OLE color: 16470759.

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

Color convert

RGB 231 82 251 -
CMYK 0.08 0.67 0 0.02
HSL 292.9º 0.95% 0.65% -
HSV(B) 292.9º 0.67% 0.98% -
XYZ 53.38 29.99 94.24 -
YUV 145.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 231 82 251 0.08 0.67 0 0.02 292.9 0.95 0.65
Hex E7 52 FB 8 43 0 2 125 5F 41
Octal 347 122 373 10 103 0 2 445 137 101
Binary 11100111 1010010 11111011 1000 1000011 0 10 100100101 1011111 1000001

Color Harmonies of #E752FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752FB

Black with #E752FB

Text Example


Text Example

White with #E752FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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