Html Css Color HEX #E650FF Pink Flamingo

📋 copy color: '#E650FF'

red 230 ◦ green 80 ◦ blue 255

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

Shades of Pink Flamingo #E650FF

Tints of Pink Flamingo #E650FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.13%

R = 40.71%
G = 14.16%
B = 45.13%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E650FF (or 0xE650FF) is known color: Pink Flamingo. HEX triplet: E6, 50 and FF. RGB value is (230,80,255). Sum of RGB (Red+Green+Blue) = 230+80+255=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #E650FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E650FF is #19AF00. Grayscale: #909090. Windows color (decimal): -1683201 or 16732390. OLE color: 16732390.

HSL color Cylindrical-coordinate representation of color #E650FF: hue angle of 291.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E650FF is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 80 255 -
CMYK 0.10 0.69 0 0
HSL 291.43º 1% 0.66% -
HSV(B) 291.43º 0.69% 1% -
XYZ 53.55 29.78 97.53 -
YUV 144.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 230 80 255 0.10 0.69 0 0 291.43 1 0.66
Hex E6 50 FF A 45 0 0 123 64 42
Octal 346 120 377 12 105 0 0 443 144 102
Binary 11100110 1010000 11111111 1010 1000101 0 0 100100011 1100100 1000010

Color Harmonies of #E650FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650FF

Black with #E650FF

Text Example


Text Example

White with #E650FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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