Html Css Color HEX #E94AFA Pink Flamingo

📋 copy color: '#E94AFA'

red 233 ◦ green 74 ◦ blue 250

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

Shades of Pink Flamingo #E94AFA

Tints of Pink Flamingo #E94AFA

RGB

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

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

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

R = 41.83%
G = 13.29%
B = 44.88%

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

#E94AFA (or 0xE94AFA) is known color: Pink Flamingo. HEX triplet: E9, 4A and FA. RGB value is (233,74,250). Sum of RGB (Red+Green+Blue) = 233+74+250=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 74 (29.30% from 255 or 13.29% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94AFA is #16B505. Grayscale: #8D8D8D. Windows color (decimal): -1488134 or 16403177. OLE color: 16403177.

HSL color Cylindrical-coordinate representation of color #E94AFA: hue angle of 294.2º degrees, saturation: 0.95, 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 #E94AFA is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 74 250 -
CMYK 0.07 0.70 0 0.02
HSL 294.2º 0.95% 0.64% -
HSV(B) 294.2º 0.7% 0.98% -
XYZ 53.31 29.12 93.25 -
YUV 141.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 233 74 250 0.07 0.70 0 0.02 294.2 0.95 0.64
Hex E9 4A FA 7 46 0 2 126 5F 40
Octal 351 112 372 7 106 0 2 446 137 100
Binary 11101001 1001010 11111010 111 1000110 0 10 100100110 1011111 1000000

Color Harmonies of #E94AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94AFA

Black with #E94AFA

Text Example


Text Example

White with #E94AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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