Html Css Color HEX #E955FD Pink Flamingo

📋 copy color: '#E955FD'

red 233 ◦ green 85 ◦ blue 253

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

Shades of Pink Flamingo #E955FD

Tints of Pink Flamingo #E955FD

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

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

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

R = 40.81%
G = 14.89%
B = 44.31%

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

#E955FD (or 0xE955FD) is known color: Pink Flamingo. HEX triplet: E9, 55 and FD. RGB value is (233,85,253). Sum of RGB (Red+Green+Blue) = 233+85+253=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 85 (33.59% from 255 or 14.89% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #E955FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955FD is #16AA02. Grayscale: #939393. Windows color (decimal): -1485315 or 16602601. OLE color: 16602601.

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

Color convert

RGB 233 85 253 -
CMYK 0.08 0.66 0 0.01
HSL 292.86º 0.98% 0.66% -
HSV(B) 292.86º 0.66% 0.99% -
XYZ 54.58 30.91 96.02 -
YUV 148.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 233 85 253 0.08 0.66 0 0.01 292.86 0.98 0.66
Hex E9 55 FD 8 42 0 1 125 62 42
Octal 351 125 375 10 102 0 1 445 142 102
Binary 11101001 1010101 11111101 1000 1000010 0 1 100100101 1100010 1000010

Color Harmonies of #E955FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955FD

Black with #E955FD

Text Example


Text Example

White with #E955FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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