Html Css Color HEX #E74EFD Pink Flamingo

📋 copy color: '#E74EFD'

red 231 ◦ green 78 ◦ blue 253

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

Shades of Pink Flamingo #E74EFD

Tints of Pink Flamingo #E74EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.88%

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

R = 41.1%
G = 13.88%
B = 45.02%

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

#E74EFD (or 0xE74EFD) is known color: Pink Flamingo. HEX triplet: E7, 4E and FD. RGB value is (231,78,253). Sum of RGB (Red+Green+Blue) = 231+78+253=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 78 (30.86% from 255 or 13.88% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E74EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E74EFD is #18B102. Grayscale: #8F8F8F. Windows color (decimal): -1618179 or 16600807. OLE color: 16600807.

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

Color convert

RGB 231 78 253 -
CMYK 0.09 0.69 0 0.01
HSL 292.46º 0.98% 0.65% -
HSV(B) 292.46º 0.69% 0.99% -
XYZ 53.41 29.53 95.81 -
YUV 143.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 231 78 253 0.09 0.69 0 0.01 292.46 0.98 0.65
Hex E7 4E FD 9 45 0 1 124 62 41
Octal 347 116 375 11 105 0 1 444 142 101
Binary 11100111 1001110 11111101 1001 1000101 0 1 100100100 1100010 1000001

Color Harmonies of #E74EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74EFD

Black with #E74EFD

Text Example


Text Example

White with #E74EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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