Html Css Color HEX #E651FD Pink Flamingo

📋 copy color: '#E651FD'

red 230 ◦ green 81 ◦ blue 253

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

Shades of Pink Flamingo #E651FD

Tints of Pink Flamingo #E651FD

RGB

 RED value IS 230 (90.23% from 255) = 40.78%

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

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

R = 40.78%
G = 14.36%
B = 44.86%

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

#E651FD (or 0xE651FD) is known color: Pink Flamingo. HEX triplet: E6, 51 and FD. RGB value is (230,81,253). Sum of RGB (Red+Green+Blue) = 230+81+253=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #E651FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E651FD is #19AE02. Grayscale: #909090. Windows color (decimal): -1682947 or 16601574. OLE color: 16601574.

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

Color convert

RGB 230 81 253 -
CMYK 0.09 0.68 0 0.01
HSL 291.98º 0.98% 0.65% -
HSV(B) 291.98º 0.68% 0.99% -
XYZ 53.31 29.8 95.87 -
YUV 145.16 188.86 188.51 -
System Red Green Blue C M Y K H S L
Decimal 230 81 253 0.09 0.68 0 0.01 291.98 0.98 0.65
Hex E6 51 FD 9 44 0 1 124 62 41
Octal 346 121 375 11 104 0 1 444 142 101
Binary 11100110 1010001 11111101 1001 1000100 0 1 100100100 1100010 1000001

Color Harmonies of #E651FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E651FD

Black with #E651FD

Text Example


Text Example

White with #E651FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E651FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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