Html Css Color HEX #E74EFE Pink Flamingo

📋 copy color: '#E74EFE'

red 231 ◦ green 78 ◦ blue 254

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

Shades of Pink Flamingo #E74EFE

Tints of Pink Flamingo #E74EFE

RGB

 RED value IS 231 (90.63% from 255) = 41.03%

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 41.03%
G = 13.85%
B = 45.12%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E74EFE (or 0xE74EFE) is known color: Pink Flamingo. HEX triplet: E7, 4E and FE. RGB value is (231,78,254). Sum of RGB (Red+Green+Blue) = 231+78+254=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 78 (30.86% from 255 or 13.85% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #E74EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EFE is #18B101. Grayscale: #8F8F8F. Windows color (decimal): -1618178 or 16666343. OLE color: 16666343.

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

Color convert

RGB 231 78 254 -
CMYK 0.09 0.69 0 0.00
HSL 292.16º 0.99% 0.65% -
HSV(B) 292.16º 0.69% 1% -
XYZ 53.57 29.59 96.65 -
YUV 143.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 231 78 254 0.09 0.69 0 0.00 292.16 0.99 0.65
Hex E7 4E FE 9 45 0 0 124 63 41
Octal 347 116 376 11 105 0 0 444 143 101
Binary 11100111 1001110 11111110 1001 1000101 0 0 100100100 1100011 1000001

Color Harmonies of #E74EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74EFE

Black with #E74EFE

Text Example


Text Example

White with #E74EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74EFE; }

 p { color: rgb(231,78,254); }

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

background-color css

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

 a { background-color: rgb(231,78,254); }

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

border-color css

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

 span { border-color: rgb(231,78,254); }

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