Html Css Color HEX #E645FF Pink Flamingo

📋 copy color: '#E645FF'

red 230 ◦ green 69 ◦ blue 255

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

Shades of Pink Flamingo #E645FF

Tints of Pink Flamingo #E645FF

RGB

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

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

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

R = 41.52%
G = 12.45%
B = 46.03%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E645FF (or 0xE645FF) is known color: Pink Flamingo. HEX triplet: E6, 45 and FF. RGB value is (230,69,255). Sum of RGB (Red+Green+Blue) = 230+69+255=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #E645FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E645FF is #19BA00. Grayscale: #898989. Windows color (decimal): -1686017 or 16729574. OLE color: 16729574.

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

Color convert

RGB 230 69 255 -
CMYK 0.10 0.73 0 0
HSL 291.94º 1% 0.64% -
HSV(B) 291.94º 0.73% 1% -
XYZ 52.81 28.3 97.29 -
YUV 138.34 193.84 193.38 -
System Red Green Blue C M Y K H S L
Decimal 230 69 255 0.10 0.73 0 0 291.94 1 0.64
Hex E6 45 FF A 49 0 0 124 64 40
Octal 346 105 377 12 111 0 0 444 144 100
Binary 11100110 1000101 11111111 1010 1001001 0 0 100100100 1100100 1000000

Color Harmonies of #E645FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E645FF

Black with #E645FF

Text Example


Text Example

White with #E645FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E645FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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