Html Css Color HEX #E942FA Pink Flamingo

📋 copy color: '#E942FA'

red 233 ◦ green 66 ◦ blue 250

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

Shades of Pink Flamingo #E942FA

Tints of Pink Flamingo #E942FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.02%

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

R = 42.44%
G = 12.02%
B = 45.54%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E942FA (or 0xE942FA) is known color: Pink Flamingo. HEX triplet: E9, 42 and FA. RGB value is (233,66,250). Sum of RGB (Red+Green+Blue) = 233+66+250=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 66 (26.17% from 255 or 12.02% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #E942FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FA is #16BD05. Grayscale: #888888. Windows color (decimal): -1490182 or 16401129. OLE color: 16401129.

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

Color convert

RGB 233 66 250 -
CMYK 0.07 0.74 0 0.02
HSL 294.46º 0.95% 0.62% -
HSV(B) 294.46º 0.74% 0.98% -
XYZ 52.81 28.12 93.09 -
YUV 136.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 233 66 250 0.07 0.74 0 0.02 294.46 0.95 0.62
Hex E9 42 FA 7 4A 0 2 126 5F 3E
Octal 351 102 372 7 112 0 2 446 137 76
Binary 11101001 1000010 11111010 111 1001010 0 10 100100110 1011111 111110

Color Harmonies of #E942FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E942FA

Black with #E942FA

Text Example


Text Example

White with #E942FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E942FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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