Html Css Color HEX #E752FD Pink Flamingo

📋 copy color: '#E752FD'

red 231 ◦ green 82 ◦ blue 253

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

Shades of Pink Flamingo #E752FD

Tints of Pink Flamingo #E752FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.7%

R = 40.81%
G = 14.49%
B = 44.7%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E752FD (or 0xE752FD) is known color: Pink Flamingo. HEX triplet: E7, 52 and FD. RGB value is (231,82,253). Sum of RGB (Red+Green+Blue) = 231+82+253=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 82 (32.42% from 255 or 14.49% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #E752FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E752FD is #18AD02. Grayscale: #919191. Windows color (decimal): -1617155 or 16601831. OLE color: 16601831.

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

Color convert

RGB 231 82 253 -
CMYK 0.09 0.68 0 0.01
HSL 292.28º 0.98% 0.66% -
HSV(B) 292.28º 0.68% 0.99% -
XYZ 53.7 30.12 95.91 -
YUV 146.05 188.36 188.6 -
System Red Green Blue C M Y K H S L
Decimal 231 82 253 0.09 0.68 0 0.01 292.28 0.98 0.66
Hex E7 52 FD 9 44 0 1 124 62 42
Octal 347 122 375 11 104 0 1 444 142 102
Binary 11100111 1010010 11111101 1001 1000100 0 1 100100100 1100010 1000010

Color Harmonies of #E752FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E752FD

Black with #E752FD

Text Example


Text Example

White with #E752FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E752FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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