Html Css Color HEX #E74FFD Pink Flamingo

📋 copy color: '#E74FFD'

red 231 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #E74FFD

Tints of Pink Flamingo #E74FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.03%

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

R = 41.03%
G = 14.03%
B = 44.94%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E74FFD (or 0xE74FFD) is known color: Pink Flamingo. HEX triplet: E7, 4F and FD. RGB value is (231,79,253). Sum of RGB (Red+Green+Blue) = 231+79+253=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #E74FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FFD is #18B002. Grayscale: #8F8F8F. Windows color (decimal): -1617923 or 16601063. OLE color: 16601063.

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

Color convert

RGB 231 79 253 -
CMYK 0.09 0.69 0 0.01
HSL 292.41º 0.98% 0.65% -
HSV(B) 292.41º 0.69% 0.99% -
XYZ 53.48 29.67 95.84 -
YUV 144.28 189.36 189.85 -
System Red Green Blue C M Y K H S L
Decimal 231 79 253 0.09 0.69 0 0.01 292.41 0.98 0.65
Hex E7 4F FD 9 45 0 1 124 62 41
Octal 347 117 375 11 105 0 1 444 142 101
Binary 11100111 1001111 11111101 1001 1000101 0 1 100100100 1100010 1000001

Color Harmonies of #E74FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FFD

Black with #E74FFD

Text Example


Text Example

White with #E74FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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