Html Css Color HEX #E74BFA Pink Flamingo

📋 copy color: '#E74BFA'

red 231 ◦ green 75 ◦ blue 250

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

Shades of Pink Flamingo #E74BFA

Tints of Pink Flamingo #E74BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.49%

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 41.55%
G = 13.49%
B = 44.96%

CMYK

 C value IS 0.08

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E74BFA (or 0xE74BFA) is known color: Pink Flamingo. HEX triplet: E7, 4B and FA. RGB value is (231,75,250). Sum of RGB (Red+Green+Blue) = 231+75+250=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 75 (29.69% from 255 or 13.49% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #E74BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E74BFA is #18B405. Grayscale: #8D8D8D. Windows color (decimal): -1618950 or 16403431. OLE color: 16403431.

HSL color Cylindrical-coordinate representation of color #E74BFA: hue angle of 293.49º degrees, saturation: 0.95, 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 #E74BFA is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 75 250 -
CMYK 0.08 0.7 0 0.02
HSL 293.49º 0.95% 0.64% -
HSV(B) 293.49º 0.7% 0.98% -
XYZ 52.73 28.92 93.25 -
YUV 141.59 189.18 191.77 -
System Red Green Blue C M Y K H S L
Decimal 231 75 250 0.08 0.7 0 0.02 293.49 0.95 0.64
Hex E7 4B FA 8 46 0 2 125 5F 40
Octal 347 113 372 10 106 0 2 445 137 100
Binary 11100111 1001011 11111010 1000 1000110 0 10 100100101 1011111 1000000

Color Harmonies of #E74BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74BFA

Black with #E74BFA

Text Example


Text Example

White with #E74BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74BFA; }

 p { color: rgb(231,75,250); }

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

background-color css

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

 a { background-color: rgb(231,75,250); }

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

border-color css

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

 span { border-color: rgb(231,75,250); }

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