Html Css Color HEX #E645FE Pink Flamingo

📋 copy color: '#E645FE'

red 230 ◦ green 69 ◦ blue 254

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

Shades of Pink Flamingo #E645FE

Tints of Pink Flamingo #E645FE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.48%

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

R = 41.59%
G = 12.48%
B = 45.93%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E645FE (or 0xE645FE) is known color: Pink Flamingo. HEX triplet: E6, 45 and FE. RGB value is (230,69,254). Sum of RGB (Red+Green+Blue) = 230+69+254=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 69 (27.34% from 255 or 12.48% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #E645FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E645FE is #19BA01. Grayscale: #898989. Windows color (decimal): -1686018 or 16664038. OLE color: 16664038.

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

Color convert

RGB 230 69 254 -
CMYK 0.09 0.73 0 0.00
HSL 292.22º 0.99% 0.63% -
HSV(B) 292.22º 0.73% 1% -
XYZ 52.65 28.23 96.44 -
YUV 138.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 230 69 254 0.09 0.73 0 0.00 292.22 0.99 0.63
Hex E6 45 FE 9 49 0 0 124 63 3F
Octal 346 105 376 11 111 0 0 444 143 77
Binary 11100110 1000101 11111110 1001 1001001 0 0 100100100 1100011 111111

Color Harmonies of #E645FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645FE

Black with #E645FE

Text Example


Text Example

White with #E645FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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