Html Css Color HEX #E642FC Pink Flamingo

📋 copy color: '#E642FC'

red 230 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #E642FC

Tints of Pink Flamingo #E642FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.04%

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

R = 41.97%
G = 12.04%
B = 45.99%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E642FC (or 0xE642FC) is known color: Pink Flamingo. HEX triplet: E6, 42 and FC. RGB value is (230,66,252). Sum of RGB (Red+Green+Blue) = 230+66+252=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 66 (26.17% from 255 or 12.04% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #E642FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E642FC is #19BD03. Grayscale: #878787. Windows color (decimal): -1686788 or 16532198. OLE color: 16532198.

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

Color convert

RGB 230 66 252 -
CMYK 0.09 0.74 0 0.01
HSL 292.9º 0.97% 0.62% -
HSV(B) 292.9º 0.74% 0.99% -
XYZ 52.15 27.75 94.7 -
YUV 136.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 230 66 252 0.09 0.74 0 0.01 292.9 0.97 0.62
Hex E6 42 FC 9 4A 0 1 125 61 3E
Octal 346 102 374 11 112 0 1 445 141 76
Binary 11100110 1000010 11111100 1001 1001010 0 1 100100101 1100001 111110

Color Harmonies of #E642FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642FC

Black with #E642FC

Text Example


Text Example

White with #E642FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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