Html Css Color HEX #E654FC Pink Flamingo

📋 copy color: '#E654FC'

red 230 ◦ green 84 ◦ blue 252

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

Shades of Pink Flamingo #E654FC

Tints of Pink Flamingo #E654FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.84%

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 40.64%
G = 14.84%
B = 44.52%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E654FC (or 0xE654FC) is known color: Pink Flamingo. HEX triplet: E6, 54 and FC. RGB value is (230,84,252). Sum of RGB (Red+Green+Blue) = 230+84+252=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #E654FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E654FC is #19AB03. Grayscale: #929292. Windows color (decimal): -1682180 or 16536806. OLE color: 16536806.

HSL color Cylindrical-coordinate representation of color #E654FC: hue angle of 292.14º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E654FC is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 84 252 -
CMYK 0.09 0.67 0 0.01
HSL 292.14º 0.97% 0.66% -
HSV(B) 292.14º 0.67% 0.99% -
XYZ 53.37 30.19 95.11 -
YUV 146.81 187.37 187.34 -
System Red Green Blue C M Y K H S L
Decimal 230 84 252 0.09 0.67 0 0.01 292.14 0.97 0.66
Hex E6 54 FC 9 43 0 1 124 61 42
Octal 346 124 374 11 103 0 1 444 141 102
Binary 11100110 1010100 11111100 1001 1000011 0 1 100100100 1100001 1000010

Color Harmonies of #E654FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E654FC

Black with #E654FC

Text Example


Text Example

White with #E654FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E654FC; }

 p { color: rgb(230,84,252); }

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

background-color css

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

 a { background-color: rgb(230,84,252); }

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

border-color css

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

 span { border-color: rgb(230,84,252); }

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