Html Css Color HEX #E858FD Pink Flamingo

📋 copy color: '#E858FD'

red 232 ◦ green 88 ◦ blue 253

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

Shades of Pink Flamingo #E858FD

Tints of Pink Flamingo #E858FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.36%

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

R = 40.49%
G = 15.36%
B = 44.15%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E858FD (or 0xE858FD) is known color: Pink Flamingo. HEX triplet: E8, 58 and FD. RGB value is (232,88,253). Sum of RGB (Red+Green+Blue) = 232+88+253=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 88 (34.77% from 255 or 15.36% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #E858FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E858FD is #17A702. Grayscale: #959595. Windows color (decimal): -1550083 or 16603368. OLE color: 16603368.

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

Color convert

RGB 232 88 253 -
CMYK 0.08 0.65 0 0.01
HSL 292.36º 0.98% 0.67% -
HSV(B) 292.36º 0.65% 0.99% -
XYZ 54.5 31.23 96.08 -
YUV 149.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 232 88 253 0.08 0.65 0 0.01 292.36 0.98 0.67
Hex E8 58 FD 8 41 0 1 124 62 43
Octal 350 130 375 10 101 0 1 444 142 103
Binary 11101000 1011000 11111101 1000 1000001 0 1 100100100 1100010 1000011

Color Harmonies of #E858FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E858FD

Black with #E858FD

Text Example


Text Example

White with #E858FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E858FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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