Html Css Color HEX #E961F5 Pink Flamingo

📋 copy color: '#E961F5'

red 233 ◦ green 97 ◦ blue 245

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

Shades of Pink Flamingo #E961F5

Tints of Pink Flamingo #E961F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.61%

R = 40.52%
G = 16.87%
B = 42.61%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E961F5 (or 0xE961F5) is known color: Pink Flamingo. HEX triplet: E9, 61 and F5. RGB value is (233,97,245). Sum of RGB (Red+Green+Blue) = 233+97+245=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 97 (38.28% from 255 or 16.87% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #E961F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961F5 is #169E0A. Grayscale: #9A9A9A. Windows color (decimal): -1482251 or 16081385. OLE color: 16081385.

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

Color convert

RGB 233 97 245 -
CMYK 0.05 0.60 0 0.04
HSL 295.14º 0.88% 0.67% -
HSV(B) 295.14º 0.6% 0.96% -
XYZ 54.36 32.47 89.79 -
YUV 154.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 233 97 245 0.05 0.60 0 0.04 295.14 0.88 0.67
Hex E9 61 F5 5 3C 0 4 127 58 43
Octal 351 141 365 5 74 0 4 447 130 103
Binary 11101001 1100001 11110101 101 111100 0 100 100100111 1011000 1000011

Color Harmonies of #E961F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E961F5

Black with #E961F5

Text Example


Text Example

White with #E961F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E961F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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