Html Css Color HEX #E94DFF Pink Flamingo

📋 copy color: '#E94DFF'

red 233 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #E94DFF

Tints of Pink Flamingo #E94DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.63%

 BLUE value IS 255 (100% from 255) = 45.13%

R = 41.24%
G = 13.63%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E94DFF (or 0xE94DFF) is known color: Pink Flamingo. HEX triplet: E9, 4D and FF. RGB value is (233,77,255). Sum of RGB (Red+Green+Blue) = 233+77+255=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #E94DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DFF is #16B200. Grayscale: #8F8F8F. Windows color (decimal): -1487361 or 16731625. OLE color: 16731625.

HSL color Cylindrical-coordinate representation of color #E94DFF: hue angle of 292.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94DFF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 233 77 255 -
CMYK 0.09 0.70 0 0
HSL 292.58º 1% 0.65% -
HSV(B) 292.58º 0.7% 1% -
XYZ 54.31 29.85 97.51 -
YUV 143.94 190.68 191.53 -
System Red Green Blue C M Y K H S L
Decimal 233 77 255 0.09 0.70 0 0 292.58 1 0.65
Hex E9 4D FF 9 46 0 0 125 64 41
Octal 351 115 377 11 106 0 0 445 144 101
Binary 11101001 1001101 11111111 1001 1000110 0 0 100100101 1100100 1000001

Color Harmonies of #E94DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94DFF

Black with #E94DFF

Text Example


Text Example

White with #E94DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94DFF; }

 p { color: rgb(233,77,255); }

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

background-color css

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

 a { background-color: rgb(233,77,255); }

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

border-color css

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

 span { border-color: rgb(233,77,255); }

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