Html Css Color HEX #E650FC Pink Flamingo

📋 copy color: '#E650FC'

red 230 ◦ green 80 ◦ blue 252

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

Shades of Pink Flamingo #E650FC

Tints of Pink Flamingo #E650FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.23%

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 40.93%
G = 14.23%
B = 44.84%

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

#E650FC (or 0xE650FC) is known color: Pink Flamingo. HEX triplet: E6, 50 and FC. RGB value is (230,80,252). Sum of RGB (Red+Green+Blue) = 230+80+252=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #E650FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E650FC is #19AF03. Grayscale: #8F8F8F. Windows color (decimal): -1683204 or 16535782. OLE color: 16535782.

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

Color convert

RGB 230 80 252 -
CMYK 0.09 0.68 0 0.01
HSL 292.33º 0.97% 0.65% -
HSV(B) 292.33º 0.68% 0.99% -
XYZ 53.07 29.59 95.01 -
YUV 144.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 230 80 252 0.09 0.68 0 0.01 292.33 0.97 0.65
Hex E6 50 FC 9 44 0 1 124 61 41
Octal 346 120 374 11 104 0 1 444 141 101
Binary 11100110 1010000 11111100 1001 1000100 0 1 100100100 1100001 1000001

Color Harmonies of #E650FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650FC

Black with #E650FC

Text Example


Text Example

White with #E650FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650FC; }

 p { color: rgb(230,80,252); }

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

background-color css

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

 a { background-color: rgb(230,80,252); }

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

border-color css

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

 span { border-color: rgb(230,80,252); }

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