Html Css Color HEX #E965EF Pink Flamingo

📋 copy color: '#E965EF'

red 233 ◦ green 101 ◦ blue 239

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

Shades of Pink Flamingo #E965EF

Tints of Pink Flamingo #E965EF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.63%

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

R = 40.66%
G = 17.63%
B = 41.71%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E965EF (or 0xE965EF) is known color: Pink Flamingo. HEX triplet: E9, 65 and EF. RGB value is (233,101,239). Sum of RGB (Red+Green+Blue) = 233+101+239=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 101 (39.84% from 255 or 17.63% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #E965EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E965EF is #169A10. Grayscale: #9B9B9B. Windows color (decimal): -1481233 or 15689193. OLE color: 15689193.

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

Color convert

RGB 233 101 239 -
CMYK 0.03 0.58 0 0.06
HSL 297.39º 0.81% 0.67% -
HSV(B) 297.39º 0.58% 0.94% -
XYZ 53.84 32.86 85.17 -
YUV 156.2 174.73 182.78 -
System Red Green Blue C M Y K H S L
Decimal 233 101 239 0.03 0.58 0 0.06 297.39 0.81 0.67
Hex E9 65 EF 3 3A 0 6 129 51 43
Octal 351 145 357 3 72 0 6 451 121 103
Binary 11101001 1100101 11101111 11 111010 0 110 100101001 1010001 1000011

Color Harmonies of #E965EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E965EF

Black with #E965EF

Text Example


Text Example

White with #E965EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E965EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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