Html Css Color HEX #E94AF9 Pink Flamingo

📋 copy color: '#E94AF9'

red 233 ◦ green 74 ◦ blue 249

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

Shades of Pink Flamingo #E94AF9

Tints of Pink Flamingo #E94AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.78%

R = 41.91%
G = 13.31%
B = 44.78%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E94AF9 (or 0xE94AF9) is known color: Pink Flamingo. HEX triplet: E9, 4A and F9. RGB value is (233,74,249). Sum of RGB (Red+Green+Blue) = 233+74+249=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #E94AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AF9 is #16B506. Grayscale: #8C8C8C. Windows color (decimal): -1488135 or 16337641. OLE color: 16337641.

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

Color convert

RGB 233 74 249 -
CMYK 0.06 0.70 0 0.02
HSL 294.51º 0.94% 0.63% -
HSV(B) 294.51º 0.7% 0.98% -
XYZ 53.15 29.06 92.43 -
YUV 141.49 188.68 193.27 -
System Red Green Blue C M Y K H S L
Decimal 233 74 249 0.06 0.70 0 0.02 294.51 0.94 0.63
Hex E9 4A F9 6 46 0 2 127 5E 3F
Octal 351 112 371 6 106 0 2 447 136 77
Binary 11101001 1001010 11111001 110 1000110 0 10 100100111 1011110 111111

Color Harmonies of #E94AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94AF9

Black with #E94AF9

Text Example


Text Example

White with #E94AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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