Html Css Color HEX #E74DFF Pink Flamingo

📋 copy color: '#E74DFF'

red 231 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #E74DFF

Tints of Pink Flamingo #E74DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.68%

 BLUE value IS 255 (100% from 255) = 45.29%

R = 41.03%
G = 13.68%
B = 45.29%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E74DFF (or 0xE74DFF) is known color: Pink Flamingo. HEX triplet: E7, 4D and FF. RGB value is (231,77,255). Sum of RGB (Red+Green+Blue) = 231+77+255=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 77 (30.47% from 255 or 13.68% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #E74DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DFF is #18B200. Grayscale: #8E8E8E. Windows color (decimal): -1618433 or 16731623. OLE color: 16731623.

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

Color convert

RGB 231 77 255 -
CMYK 0.09 0.70 0 0
HSL 291.91º 1% 0.65% -
HSV(B) 291.91º 0.7% 1% -
XYZ 53.66 29.52 97.48 -
YUV 143.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 231 77 255 0.09 0.70 0 0 291.91 1 0.65
Hex E7 4D FF 9 46 0 0 124 64 41
Octal 347 115 377 11 106 0 0 444 144 101
Binary 11100111 1001101 11111111 1001 1000110 0 0 100100100 1100100 1000001

Color Harmonies of #E74DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DFF

Black with #E74DFF

Text Example


Text Example

White with #E74DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DFF; }

 p { color: rgb(231,77,255); }

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

background-color css

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

 a { background-color: rgb(231,77,255); }

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

border-color css

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

 span { border-color: rgb(231,77,255); }

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