Html Css Color HEX #E961F6 Pink Flamingo

📋 copy color: '#E961F6'

red 233 ◦ green 97 ◦ blue 246

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

Shades of Pink Flamingo #E961F6

Tints of Pink Flamingo #E961F6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 16.84%

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 40.45%
G = 16.84%
B = 42.71%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E961F6 (or 0xE961F6) is known color: Pink Flamingo. HEX triplet: E9, 61 and F6. RGB value is (233,97,246). Sum of RGB (Red+Green+Blue) = 233+97+246=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #E961F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961F6 is #169E09. Grayscale: #9A9A9A. Windows color (decimal): -1482250 or 16146921. OLE color: 16146921.

HSL color Cylindrical-coordinate representation of color #E961F6: hue angle of 294.77º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E961F6 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 97 246 -
CMYK 0.05 0.61 0 0.04
HSL 294.77º 0.89% 0.67% -
HSV(B) 294.77º 0.61% 0.96% -
XYZ 54.51 32.53 90.59 -
YUV 154.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 233 97 246 0.05 0.61 0 0.04 294.77 0.89 0.67
Hex E9 61 F6 5 3D 0 4 127 59 43
Octal 351 141 366 5 75 0 4 447 131 103
Binary 11101001 1100001 11110110 101 111101 0 100 100100111 1011001 1000011

Color Harmonies of #E961F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961F6

Black with #E961F6

Text Example


Text Example

White with #E961F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961F6; }

 p { color: rgb(233,97,246); }

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

background-color css

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

 a { background-color: rgb(233,97,246); }

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

border-color css

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

 span { border-color: rgb(233,97,246); }

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