Html Css Color HEX #E751FD Pink Flamingo

📋 copy color: '#E751FD'

red 231 ◦ green 81 ◦ blue 253

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

Shades of Pink Flamingo #E751FD

Tints of Pink Flamingo #E751FD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.34%

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

R = 40.88%
G = 14.34%
B = 44.78%

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

#E751FD (or 0xE751FD) is known color: Pink Flamingo. HEX triplet: E7, 51 and FD. RGB value is (231,81,253). Sum of RGB (Red+Green+Blue) = 231+81+253=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #E751FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E751FD is #18AE02. Grayscale: #909090. Windows color (decimal): -1617411 or 16601575. OLE color: 16601575.

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

Color convert

RGB 231 81 253 -
CMYK 0.09 0.68 0 0.01
HSL 292.33º 0.98% 0.65% -
HSV(B) 292.33º 0.68% 0.99% -
XYZ 53.63 29.97 95.89 -
YUV 145.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 231 81 253 0.09 0.68 0 0.01 292.33 0.98 0.65
Hex E7 51 FD 9 44 0 1 124 62 41
Octal 347 121 375 11 104 0 1 444 142 101
Binary 11100111 1010001 11111101 1001 1000100 0 1 100100100 1100010 1000001

Color Harmonies of #E751FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E751FD

Black with #E751FD

Text Example


Text Example

White with #E751FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E751FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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