Html Css Color HEX #E945FA Pink Flamingo

📋 copy color: '#E945FA'

red 233 ◦ green 69 ◦ blue 250

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

Shades of Pink Flamingo #E945FA

Tints of Pink Flamingo #E945FA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.5%

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

R = 42.21%
G = 12.5%
B = 45.29%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E945FA (or 0xE945FA) is known color: Pink Flamingo. HEX triplet: E9, 45 and FA. RGB value is (233,69,250). Sum of RGB (Red+Green+Blue) = 233+69+250=552 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.21% from 552); Green value is 69 (27.34% from 255 or 12.5% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #E945FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E945FA is #16BA05. Grayscale: #8A8A8A. Windows color (decimal): -1489414 or 16401897. OLE color: 16401897.

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

Color convert

RGB 233 69 250 -
CMYK 0.07 0.72 0 0.02
HSL 294.36º 0.95% 0.63% -
HSV(B) 294.36º 0.72% 0.98% -
XYZ 52.99 28.48 93.15 -
YUV 138.67 190.83 195.28 -
System Red Green Blue C M Y K H S L
Decimal 233 69 250 0.07 0.72 0 0.02 294.36 0.95 0.63
Hex E9 45 FA 7 48 0 2 126 5F 3F
Octal 351 105 372 7 110 0 2 446 137 77
Binary 11101001 1000101 11111010 111 1001000 0 10 100100110 1011111 111111

Color Harmonies of #E945FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E945FA

Black with #E945FA

Text Example


Text Example

White with #E945FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E945FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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