Html Css Color HEX #E74CFB Pink Flamingo

📋 copy color: '#E74CFB'

red 231 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #E74CFB

Tints of Pink Flamingo #E74CFB

RGB

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

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

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

R = 41.4%
G = 13.62%
B = 44.98%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E74CFB (or 0xE74CFB) is known color: Pink Flamingo. HEX triplet: E7, 4C and FB. RGB value is (231,76,251). Sum of RGB (Red+Green+Blue) = 231+76+251=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #E74CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74CFB is #18B304. Grayscale: #8D8D8D. Windows color (decimal): -1618693 or 16469223. OLE color: 16469223.

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

Color convert

RGB 231 76 251 -
CMYK 0.08 0.70 0 0.02
HSL 293.14º 0.96% 0.64% -
HSV(B) 293.14º 0.7% 0.98% -
XYZ 52.95 29.12 94.1 -
YUV 142.3 189.35 191.27 -
System Red Green Blue C M Y K H S L
Decimal 231 76 251 0.08 0.70 0 0.02 293.14 0.96 0.64
Hex E7 4C FB 8 46 0 2 125 60 40
Octal 347 114 373 10 106 0 2 445 140 100
Binary 11100111 1001100 11111011 1000 1000110 0 10 100100101 1100000 1000000

Color Harmonies of #E74CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74CFB

Black with #E74CFB

Text Example


Text Example

White with #E74CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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