Html Css Color HEX #E94CFA Pink Flamingo

📋 copy color: '#E94CFA'

red 233 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #E94CFA

Tints of Pink Flamingo #E94CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.6%

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

R = 41.68%
G = 13.6%
B = 44.72%

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

#E94CFA (or 0xE94CFA) is known color: Pink Flamingo. HEX triplet: E9, 4C and FA. RGB value is (233,76,250). Sum of RGB (Red+Green+Blue) = 233+76+250=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 76 (30.08% from 255 or 13.60% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #E94CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E94CFA is #16B305. Grayscale: #8E8E8E. Windows color (decimal): -1487622 or 16403689. OLE color: 16403689.

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

Color convert

RGB 233 76 250 -
CMYK 0.07 0.70 0 0.02
HSL 294.14º 0.95% 0.64% -
HSV(B) 294.14º 0.7% 0.98% -
XYZ 53.44 29.39 93.3 -
YUV 142.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 233 76 250 0.07 0.70 0 0.02 294.14 0.95 0.64
Hex E9 4C FA 7 46 0 2 126 5F 40
Octal 351 114 372 7 106 0 2 446 137 100
Binary 11101001 1001100 11111010 111 1000110 0 10 100100110 1011111 1000000

Color Harmonies of #E94CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94CFA

Black with #E94CFA

Text Example


Text Example

White with #E94CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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