Html Css Color HEX #E94DFA Pink Flamingo

📋 copy color: '#E94DFA'

red 233 ◦ green 77 ◦ blue 250

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

Shades of Pink Flamingo #E94DFA

Tints of Pink Flamingo #E94DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 41.61%
G = 13.75%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E94DFA (or 0xE94DFA) is known color: Pink Flamingo. HEX triplet: E9, 4D and FA. RGB value is (233,77,250). Sum of RGB (Red+Green+Blue) = 233+77+250=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94DFA is #16B205. Grayscale: #8E8E8E. Windows color (decimal): -1487366 or 16403945. OLE color: 16403945.

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

Color convert

RGB 233 77 250 -
CMYK 0.07 0.69 0 0.02
HSL 294.1º 0.95% 0.64% -
HSV(B) 294.1º 0.69% 0.98% -
XYZ 53.51 29.53 93.32 -
YUV 143.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 233 77 250 0.07 0.69 0 0.02 294.1 0.95 0.64
Hex E9 4D FA 7 45 0 2 126 5F 40
Octal 351 115 372 7 105 0 2 446 137 100
Binary 11101001 1001101 11111010 111 1000101 0 10 100100110 1011111 1000000

Color Harmonies of #E94DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94DFA

Black with #E94DFA

Text Example


Text Example

White with #E94DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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