Html Css Color HEX #E74DFC Pink Flamingo

📋 copy color: '#E74DFC'

red 231 ◦ green 77 ◦ blue 252

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

Shades of Pink Flamingo #E74DFC

Tints of Pink Flamingo #E74DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 41.25%
G = 13.75%
B = 45%

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

#E74DFC (or 0xE74DFC) is known color: Pink Flamingo. HEX triplet: E7, 4D and FC. RGB value is (231,77,252). Sum of RGB (Red+Green+Blue) = 231+77+252=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #E74DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74DFC is #18B203. Grayscale: #8E8E8E. Windows color (decimal): -1618436 or 16535015. OLE color: 16535015.

HSL color Cylindrical-coordinate representation of color #E74DFC: hue angle of 292.8º degrees, saturation: 0.97, 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 #E74DFC is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 77 252 -
CMYK 0.08 0.69 0 0.01
HSL 292.8º 0.97% 0.65% -
HSV(B) 292.8º 0.69% 0.99% -
XYZ 53.18 29.32 94.95 -
YUV 143 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 231 77 252 0.08 0.69 0 0.01 292.8 0.97 0.65
Hex E7 4D FC 8 45 0 1 125 61 41
Octal 347 115 374 10 105 0 1 445 141 101
Binary 11100111 1001101 11111100 1000 1000101 0 1 100100101 1100001 1000001

Color Harmonies of #E74DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74DFC

Black with #E74DFC

Text Example


Text Example

White with #E74DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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