Html Css Color HEX #E94AF6 Pink Flamingo

📋 copy color: '#E94AF6'

red 233 ◦ green 74 ◦ blue 246

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

Shades of Pink Flamingo #E94AF6

Tints of Pink Flamingo #E94AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 42.13%
G = 13.38%
B = 44.48%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E94AF6 (or 0xE94AF6) is known color: Pink Flamingo. HEX triplet: E9, 4A and F6. RGB value is (233,74,246). Sum of RGB (Red+Green+Blue) = 233+74+246=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 74 (29.30% from 255 or 13.38% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #E94AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AF6 is #16B509. Grayscale: #8C8C8C. Windows color (decimal): -1488138 or 16141033. OLE color: 16141033.

HSL color Cylindrical-coordinate representation of color #E94AF6: hue angle of 295.47º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94AF6 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 74 246 -
CMYK 0.05 0.70 0 0.04
HSL 295.47º 0.91% 0.63% -
HSV(B) 295.47º 0.7% 0.96% -
XYZ 52.69 28.88 89.99 -
YUV 141.15 187.18 193.51 -
System Red Green Blue C M Y K H S L
Decimal 233 74 246 0.05 0.70 0 0.04 295.47 0.91 0.63
Hex E9 4A F6 5 46 0 4 127 5B 3F
Octal 351 112 366 5 106 0 4 447 133 77
Binary 11101001 1001010 11110110 101 1000110 0 100 100100111 1011011 111111

Color Harmonies of #E94AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94AF6

Black with #E94AF6

Text Example


Text Example

White with #E94AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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