Html Css Color HEX #E34AFD Pink Flamingo

📋 copy color: '#E34AFD'

red 227 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #E34AFD

Tints of Pink Flamingo #E34AFD

RGB

 RED value IS 227 (89.06% from 255) = 40.97%

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

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

R = 40.97%
G = 13.36%
B = 45.67%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E34AFD (or 0xE34AFD) is known color: Pink Flamingo. HEX triplet: E3, 4A and FD. RGB value is (227,74,253). Sum of RGB (Red+Green+Blue) = 227+74+253=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 74 (29.30% from 255 or 13.36% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #E34AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E34AFD is #1CB502. Grayscale: #8B8B8B. Windows color (decimal): -1881347 or 16599779. OLE color: 16599779.

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

Color convert

RGB 227 74 253 -
CMYK 0.10 0.71 0 0.01
HSL 291.28º 0.98% 0.64% -
HSV(B) 291.28º 0.71% 0.99% -
XYZ 51.86 28.32 95.66 -
YUV 140.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 227 74 253 0.10 0.71 0 0.01 291.28 0.98 0.64
Hex E3 4A FD A 47 0 1 123 62 40
Octal 343 112 375 12 107 0 1 443 142 100
Binary 11100011 1001010 11111101 1010 1000111 0 1 100100011 1100010 1000000

Color Harmonies of #E34AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34AFD

Black with #E34AFD

Text Example


Text Example

White with #E34AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34AFD; }

 p { color: rgb(227,74,253); }

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

background-color css

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

 a { background-color: rgb(227,74,253); }

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

border-color css

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

 span { border-color: rgb(227,74,253); }

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