Html Css Color HEX #E650FB Pink Flamingo

📋 copy color: '#E650FB'

red 230 ◦ green 80 ◦ blue 251

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

Shades of Pink Flamingo #E650FB

Tints of Pink Flamingo #E650FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 41%
G = 14.26%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E650FB (or 0xE650FB) is known color: Pink Flamingo. HEX triplet: E6, 50 and FB. RGB value is (230,80,251). Sum of RGB (Red+Green+Blue) = 230+80+251=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #E650FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E650FB is #19AF04. Grayscale: #8F8F8F. Windows color (decimal): -1683205 or 16470246. OLE color: 16470246.

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

Color convert

RGB 230 80 251 -
CMYK 0.08 0.68 0 0.02
HSL 292.63º 0.96% 0.65% -
HSV(B) 292.63º 0.68% 0.98% -
XYZ 52.91 29.53 94.18 -
YUV 144.34 188.2 189.1 -
System Red Green Blue C M Y K H S L
Decimal 230 80 251 0.08 0.68 0 0.02 292.63 0.96 0.65
Hex E6 50 FB 8 44 0 2 125 60 41
Octal 346 120 373 10 104 0 2 445 140 101
Binary 11100110 1010000 11111011 1000 1000100 0 10 100100101 1100000 1000001

Color Harmonies of #E650FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E650FB

Black with #E650FB

Text Example


Text Example

White with #E650FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E650FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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