Html Css Color HEX #E74FFB Pink Flamingo

📋 copy color: '#E74FFB'

red 231 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #E74FFB

Tints of Pink Flamingo #E74FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.74%

R = 41.18%
G = 14.08%
B = 44.74%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E74FFB (or 0xE74FFB) is known color: Pink Flamingo. HEX triplet: E7, 4F and FB. RGB value is (231,79,251). Sum of RGB (Red+Green+Blue) = 231+79+251=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 79 (31.25% from 255 or 14.08% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #E74FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74FFB is #18B004. Grayscale: #8F8F8F. Windows color (decimal): -1617925 or 16469991. OLE color: 16469991.

HSL color Cylindrical-coordinate representation of color #E74FFB: hue angle of 293.02º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E74FFB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 79 251 -
CMYK 0.08 0.69 0 0.02
HSL 293.02º 0.96% 0.65% -
HSV(B) 293.02º 0.69% 0.98% -
XYZ 53.16 29.55 94.17 -
YUV 144.06 188.36 190.01 -
System Red Green Blue C M Y K H S L
Decimal 231 79 251 0.08 0.69 0 0.02 293.02 0.96 0.65
Hex E7 4F FB 8 45 0 2 125 60 41
Octal 347 117 373 10 105 0 2 445 140 101
Binary 11100111 1001111 11111011 1000 1000101 0 10 100100101 1100000 1000001

Color Harmonies of #E74FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74FFB

Black with #E74FFB

Text Example


Text Example

White with #E74FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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