Html Css Color HEX #E94CFB Pink Flamingo

📋 copy color: '#E94CFB'

red 233 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #E94CFB

Tints of Pink Flamingo #E94CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.57%

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

R = 41.61%
G = 13.57%
B = 44.82%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E94CFB (or 0xE94CFB) is known color: Pink Flamingo. HEX triplet: E9, 4C and FB. RGB value is (233,76,251). Sum of RGB (Red+Green+Blue) = 233+76+251=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #E94CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CFB is #16B304. Grayscale: #8E8E8E. Windows color (decimal): -1487621 or 16469225. OLE color: 16469225.

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

Color convert

RGB 233 76 251 -
CMYK 0.07 0.70 0 0.02
HSL 293.83º 0.96% 0.64% -
HSV(B) 293.83º 0.7% 0.98% -
XYZ 53.6 29.46 94.13 -
YUV 142.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 233 76 251 0.07 0.70 0 0.02 293.83 0.96 0.64
Hex E9 4C FB 7 46 0 2 126 60 40
Octal 351 114 373 7 106 0 2 446 140 100
Binary 11101001 1001100 11111011 111 1000110 0 10 100100110 1100000 1000000

Color Harmonies of #E94CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94CFB

Black with #E94CFB

Text Example


Text Example

White with #E94CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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