Html Css Color HEX #E646FE Pink Flamingo

📋 copy color: '#E646FE'

red 230 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #E646FE

Tints of Pink Flamingo #E646FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.64%

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 41.52%
G = 12.64%
B = 45.85%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E646FE (or 0xE646FE) is known color: Pink Flamingo. HEX triplet: E6, 46 and FE. RGB value is (230,70,254). Sum of RGB (Red+Green+Blue) = 230+70+254=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 70 (27.73% from 255 or 12.64% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #E646FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E646FE is #19B901. Grayscale: #8A8A8A. Windows color (decimal): -1685762 or 16664294. OLE color: 16664294.

HSL color Cylindrical-coordinate representation of color #E646FE: hue angle of 292.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E646FE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 70 254 -
CMYK 0.09 0.72 0 0.00
HSL 292.17º 0.99% 0.64% -
HSV(B) 292.17º 0.72% 1% -
XYZ 52.71 28.36 96.46 -
YUV 138.82 193.01 193.04 -
System Red Green Blue C M Y K H S L
Decimal 230 70 254 0.09 0.72 0 0.00 292.17 0.99 0.64
Hex E6 46 FE 9 48 0 0 124 63 40
Octal 346 106 376 11 110 0 0 444 143 100
Binary 11100110 1000110 11111110 1001 1001000 0 0 100100100 1100011 1000000

Color Harmonies of #E646FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E646FE

Black with #E646FE

Text Example


Text Example

White with #E646FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E646FE; }

 p { color: rgb(230,70,254); }

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

background-color css

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

 a { background-color: rgb(230,70,254); }

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

border-color css

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

 span { border-color: rgb(230,70,254); }

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