Html Css Color HEX #E942FB Pink Flamingo

📋 copy color: '#E942FB'

red 233 ◦ green 66 ◦ blue 251

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

Shades of Pink Flamingo #E942FB

Tints of Pink Flamingo #E942FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.64%

R = 42.36%
G = 12%
B = 45.64%

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

#E942FB (or 0xE942FB) is known color: Pink Flamingo. HEX triplet: E9, 42 and FB. RGB value is (233,66,251). Sum of RGB (Red+Green+Blue) = 233+66+251=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 66 (26.17% from 255 or 12% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #E942FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E942FB is #16BD04. Grayscale: #888888. Windows color (decimal): -1490181 or 16466665. OLE color: 16466665.

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

Color convert

RGB 233 66 251 -
CMYK 0.07 0.74 0 0.02
HSL 294.16º 0.96% 0.62% -
HSV(B) 294.16º 0.74% 0.98% -
XYZ 52.97 28.19 93.92 -
YUV 137.02 192.33 196.46 -
System Red Green Blue C M Y K H S L
Decimal 233 66 251 0.07 0.74 0 0.02 294.16 0.96 0.62
Hex E9 42 FB 7 4A 0 2 126 60 3E
Octal 351 102 373 7 112 0 2 446 140 76
Binary 11101001 1000010 11111011 111 1001010 0 10 100100110 1100000 111110

Color Harmonies of #E942FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E942FB

Black with #E942FB

Text Example


Text Example

White with #E942FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E942FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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