Html Css Color HEX #E966EF Pink Flamingo

📋 copy color: '#E966EF'

red 233 ◦ green 102 ◦ blue 239

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

Shades of Pink Flamingo #E966EF

Tints of Pink Flamingo #E966EF

RGB

 RED value IS 233 (91.41% from 255) = 40.59%

 GREEN value IS 102 (40.23% from 255) = 17.77%

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 40.59%
G = 17.77%
B = 41.64%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E966EF (or 0xE966EF) is known color: Pink Flamingo. HEX triplet: E9, 66 and EF. RGB value is (233,102,239). Sum of RGB (Red+Green+Blue) = 233+102+239=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 102 (40.23% from 255 or 17.77% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #E966EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966EF is #169910. Grayscale: #9C9C9C. Windows color (decimal): -1480977 or 15689449. OLE color: 15689449.

HSL color Cylindrical-coordinate representation of color #E966EF: hue angle of 297.37º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E966EF is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 233 102 239 -
CMYK 0.03 0.57 0 0.06
HSL 297.37º 0.81% 0.67% -
HSV(B) 297.37º 0.57% 0.94% -
XYZ 53.94 33.06 85.2 -
YUV 156.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 233 102 239 0.03 0.57 0 0.06 297.37 0.81 0.67
Hex E9 66 EF 3 39 0 6 129 51 43
Octal 351 146 357 3 71 0 6 451 121 103
Binary 11101001 1100110 11101111 11 111001 0 110 100101001 1010001 1000011

Color Harmonies of #E966EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E966EF

Black with #E966EF

Text Example


Text Example

White with #E966EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E966EF; }

 p { color: rgb(233,102,239); }

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

background-color css

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

 a { background-color: rgb(233,102,239); }

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

border-color css

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

 span { border-color: rgb(233,102,239); }

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