Html Css Color HEX #E855FD Pink Flamingo

📋 copy color: '#E855FD'

red 232 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #E855FD

Tints of Pink Flamingo #E855FD

RGB

 RED value IS 232 (91.02% from 255) = 40.7%

 GREEN value IS 85 (33.59% from 255) = 14.91%

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

R = 40.7%
G = 14.91%
B = 44.39%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E855FD (or 0xE855FD) is known color: Pink Flamingo. HEX triplet: E8, 55 and FD. RGB value is (232,85,253). Sum of RGB (Red+Green+Blue) = 232+85+253=570 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.70% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E855FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E855FD is #17AA02. Grayscale: #939393. Windows color (decimal): -1550851 or 16602600. OLE color: 16602600.

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

Color convert

RGB 232 85 253 -
CMYK 0.08 0.66 0 0.01
HSL 292.5º 0.98% 0.66% -
HSV(B) 292.5º 0.66% 0.99% -
XYZ 54.26 30.74 96 -
YUV 148.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 232 85 253 0.08 0.66 0 0.01 292.5 0.98 0.66
Hex E8 55 FD 8 42 0 1 124 62 42
Octal 350 125 375 10 102 0 1 444 142 102
Binary 11101000 1010101 11111101 1000 1000010 0 1 100100100 1100010 1000010

Color Harmonies of #E855FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E855FD

Black with #E855FD

Text Example


Text Example

White with #E855FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E855FD; }

 p { color: rgb(232,85,253); }

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

background-color css

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

 a { background-color: rgb(232,85,253); }

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

border-color css

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

 span { border-color: rgb(232,85,253); }

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