Html Css Color HEX #E642FE Pink Flamingo

📋 copy color: '#E642FE'

red 230 ◦ green 66 ◦ blue 254

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

Shades of Pink Flamingo #E642FE

Tints of Pink Flamingo #E642FE

RGB

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

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

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

R = 41.82%
G = 12%
B = 46.18%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E642FE (or 0xE642FE) is known color: Pink Flamingo. HEX triplet: E6, 42 and FE. RGB value is (230,66,254). Sum of RGB (Red+Green+Blue) = 230+66+254=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #E642FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E642FE is #19BD01. Grayscale: #878787. Windows color (decimal): -1686786 or 16663270. OLE color: 16663270.

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

Color convert

RGB 230 66 254 -
CMYK 0.09 0.74 0 0.00
HSL 292.34º 0.99% 0.63% -
HSV(B) 292.34º 0.74% 1% -
XYZ 52.47 27.88 96.38 -
YUV 136.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 230 66 254 0.09 0.74 0 0.00 292.34 0.99 0.63
Hex E6 42 FE 9 4A 0 0 124 63 3F
Octal 346 102 376 11 112 0 0 444 143 77
Binary 11100110 1000010 11111110 1001 1001010 0 0 100100100 1100011 111111

Color Harmonies of #E642FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E642FE

Black with #E642FE

Text Example


Text Example

White with #E642FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E642FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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