Html Css Color HEX #E94EFD Pink Flamingo

📋 copy color: '#E94EFD'

red 233 ◦ green 78 ◦ blue 253

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

Shades of Pink Flamingo #E94EFD

Tints of Pink Flamingo #E94EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.83%

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 41.31%
G = 13.83%
B = 44.86%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E94EFD (or 0xE94EFD) is known color: Pink Flamingo. HEX triplet: E9, 4E and FD. RGB value is (233,78,253). Sum of RGB (Red+Green+Blue) = 233+78+253=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #E94EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E94EFD is #16B102. Grayscale: #8F8F8F. Windows color (decimal): -1487107 or 16600809. OLE color: 16600809.

HSL color Cylindrical-coordinate representation of color #E94EFD: hue angle of 293.14º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E94EFD is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 233 78 253 -
CMYK 0.08 0.69 0 0.01
HSL 293.14º 0.98% 0.65% -
HSV(B) 293.14º 0.69% 0.99% -
XYZ 54.06 29.86 95.84 -
YUV 144.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 233 78 253 0.08 0.69 0 0.01 293.14 0.98 0.65
Hex E9 4E FD 8 45 0 1 125 62 41
Octal 351 116 375 10 105 0 1 445 142 101
Binary 11101001 1001110 11111101 1000 1000101 0 1 100100101 1100010 1000001

Color Harmonies of #E94EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94EFD

Black with #E94EFD

Text Example


Text Example

White with #E94EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94EFD; }

 p { color: rgb(233,78,253); }

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

background-color css

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

 a { background-color: rgb(233,78,253); }

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

border-color css

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

 span { border-color: rgb(233,78,253); }

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