Html Css Color HEX #E963F2 Pink Flamingo

📋 copy color: '#E963F2'

red 233 ◦ green 99 ◦ blue 242

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

Shades of Pink Flamingo #E963F2

Tints of Pink Flamingo #E963F2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.25%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 40.59%
G = 17.25%
B = 42.16%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E963F2 (or 0xE963F2) is known color: Pink Flamingo. HEX triplet: E9, 63 and F2. RGB value is (233,99,242). Sum of RGB (Red+Green+Blue) = 233+99+242=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 99 (39.06% from 255 or 17.25% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #E963F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E963F2 is #169C0D. Grayscale: #9A9A9A. Windows color (decimal): -1481742 or 15885289. OLE color: 15885289.

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

Color convert

RGB 233 99 242 -
CMYK 0.04 0.59 0 0.05
HSL 296.22º 0.85% 0.67% -
HSV(B) 296.22º 0.59% 0.95% -
XYZ 54.09 32.66 87.46 -
YUV 155.37 176.89 183.37 -
System Red Green Blue C M Y K H S L
Decimal 233 99 242 0.04 0.59 0 0.05 296.22 0.85 0.67
Hex E9 63 F2 4 3B 0 5 128 55 43
Octal 351 143 362 4 73 0 5 450 125 103
Binary 11101001 1100011 11110010 100 111011 0 101 100101000 1010101 1000011

Color Harmonies of #E963F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963F2

Black with #E963F2

Text Example


Text Example

White with #E963F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963F2; }

 p { color: rgb(233,99,242); }

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

background-color css

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

 a { background-color: rgb(233,99,242); }

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

border-color css

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

 span { border-color: rgb(233,99,242); }

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