Html Css Color HEX #E53AFD Pink Flamingo

📋 copy color: '#E53AFD'

red 229 ◦ green 58 ◦ blue 253

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

Shades of Pink Flamingo #E53AFD

Tints of Pink Flamingo #E53AFD

RGB

 RED value IS 229 (89.84% from 255) = 42.41%

 GREEN value IS 58 (23.05% from 255) = 10.74%

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

R = 42.41%
G = 10.74%
B = 46.85%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E53AFD (or 0xE53AFD) is known color: Pink Flamingo. HEX triplet: E5, 3A and FD. RGB value is (229,58,253). Sum of RGB (Red+Green+Blue) = 229+58+253=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 58 (23.05% from 255 or 10.74% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #E53AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53AFD is #1AC502. Grayscale: #828282. Windows color (decimal): -1754371 or 16595685. OLE color: 16595685.

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

Color convert

RGB 229 58 253 -
CMYK 0.09 0.77 0 0.01
HSL 292.62º 0.98% 0.61% -
HSV(B) 292.62º 0.77% 0.99% -
XYZ 51.56 26.78 95.38 -
YUV 131.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 229 58 253 0.09 0.77 0 0.01 292.62 0.98 0.61
Hex E5 3A FD 9 4D 0 1 125 62 3D
Octal 345 72 375 11 115 0 1 445 142 75
Binary 11100101 111010 11111101 1001 1001101 0 1 100100101 1100010 111101

Color Harmonies of #E53AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AFD

Black with #E53AFD

Text Example


Text Example

White with #E53AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AFD; }

 p { color: rgb(229,58,253); }

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

background-color css

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

 a { background-color: rgb(229,58,253); }

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

border-color css

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

 span { border-color: rgb(229,58,253); }

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