Html Css Color HEX #E74CFD Pink Flamingo

📋 copy color: '#E74CFD'

red 231 ◦ green 76 ◦ blue 253

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

Shades of Pink Flamingo #E74CFD

Tints of Pink Flamingo #E74CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.57%

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

R = 41.25%
G = 13.57%
B = 45.18%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E74CFD (or 0xE74CFD) is known color: Pink Flamingo. HEX triplet: E7, 4C and FD. RGB value is (231,76,253). Sum of RGB (Red+Green+Blue) = 231+76+253=560 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.25% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #E74CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFD is #18B302. Grayscale: #8D8D8D. Windows color (decimal): -1618691 or 16600295. OLE color: 16600295.

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

Color convert

RGB 231 76 253 -
CMYK 0.09 0.70 0 0.01
HSL 292.54º 0.98% 0.65% -
HSV(B) 292.54º 0.7% 0.99% -
XYZ 53.27 29.25 95.77 -
YUV 142.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 231 76 253 0.09 0.70 0 0.01 292.54 0.98 0.65
Hex E7 4C FD 9 46 0 1 125 62 41
Octal 347 114 375 11 106 0 1 445 142 101
Binary 11100111 1001100 11111101 1001 1000110 0 1 100100101 1100010 1000001

Color Harmonies of #E74CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CFD

Black with #E74CFD

Text Example


Text Example

White with #E74CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CFD; }

 p { color: rgb(231,76,253); }

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

background-color css

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

 a { background-color: rgb(231,76,253); }

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

border-color css

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

 span { border-color: rgb(231,76,253); }

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