Html Css Color HEX #E94AFB Pink Flamingo

📋 copy color: '#E94AFB'

red 233 ◦ green 74 ◦ blue 251

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

Shades of Pink Flamingo #E94AFB

Tints of Pink Flamingo #E94AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.26%

 BLUE value IS 251 (98.44% from 255) = 44.98%

R = 41.76%
G = 13.26%
B = 44.98%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E94AFB (or 0xE94AFB) is known color: Pink Flamingo. HEX triplet: E9, 4A and FB. RGB value is (233,74,251). Sum of RGB (Red+Green+Blue) = 233+74+251=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #E94AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AFB is #16B504. Grayscale: #8D8D8D. Windows color (decimal): -1488133 or 16468713. OLE color: 16468713.

HSL color Cylindrical-coordinate representation of color #E94AFB: hue angle of 293.9º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E94AFB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 74 251 -
CMYK 0.07 0.71 0 0.02
HSL 293.9º 0.96% 0.64% -
HSV(B) 293.9º 0.71% 0.98% -
XYZ 53.47 29.19 94.08 -
YUV 141.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 233 74 251 0.07 0.71 0 0.02 293.9 0.96 0.64
Hex E9 4A FB 7 47 0 2 126 60 40
Octal 351 112 373 7 107 0 2 446 140 100
Binary 11101001 1001010 11111011 111 1000111 0 10 100100110 1100000 1000000

Color Harmonies of #E94AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94AFB

Black with #E94AFB

Text Example


Text Example

White with #E94AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94AFB; }

 p { color: rgb(233,74,251); }

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

background-color css

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

 a { background-color: rgb(233,74,251); }

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

border-color css

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

 span { border-color: rgb(233,74,251); }

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