Html Css Color HEX #E74AFB Pink Flamingo

📋 copy color: '#E74AFB'

red 231 ◦ green 74 ◦ blue 251

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

Shades of Pink Flamingo #E74AFB

Tints of Pink Flamingo #E74AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.31%

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

R = 41.55%
G = 13.31%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E74AFB (or 0xE74AFB) is known color: Pink Flamingo. HEX triplet: E7, 4A and FB. RGB value is (231,74,251). Sum of RGB (Red+Green+Blue) = 231+74+251=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 74 (29.30% from 255 or 13.31% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #E74AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74AFB is #18B504. Grayscale: #8C8C8C. Windows color (decimal): -1619205 or 16468711. OLE color: 16468711.

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

Color convert

RGB 231 74 251 -
CMYK 0.08 0.71 0 0.02
HSL 293.22º 0.96% 0.64% -
HSV(B) 293.22º 0.71% 0.98% -
XYZ 52.82 28.85 94.05 -
YUV 141.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 231 74 251 0.08 0.71 0 0.02 293.22 0.96 0.64
Hex E7 4A FB 8 47 0 2 125 60 40
Octal 347 112 373 10 107 0 2 445 140 100
Binary 11100111 1001010 11111011 1000 1000111 0 10 100100101 1100000 1000000

Color Harmonies of #E74AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74AFB

Black with #E74AFB

Text Example


Text Example

White with #E74AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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