Html Css Color HEX #E955F5 Pink Flamingo

📋 copy color: '#E955F5'

red 233 ◦ green 85 ◦ blue 245

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

Shades of Pink Flamingo #E955F5

Tints of Pink Flamingo #E955F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 41.39%
G = 15.1%
B = 43.52%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E955F5 (or 0xE955F5) is known color: Pink Flamingo. HEX triplet: E9, 55 and F5. RGB value is (233,85,245). Sum of RGB (Red+Green+Blue) = 233+85+245=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 85 (33.59% from 255 or 15.10% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #E955F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E955F5 is #16AA0A. Grayscale: #929292. Windows color (decimal): -1485323 or 16078313. OLE color: 16078313.

HSL color Cylindrical-coordinate representation of color #E955F5: hue angle of 295.5º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E955F5 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 233 85 245 -
CMYK 0.05 0.65 0 0.04
HSL 295.5º 0.89% 0.65% -
HSV(B) 295.5º 0.65% 0.96% -
XYZ 53.33 30.41 89.45 -
YUV 147.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 233 85 245 0.05 0.65 0 0.04 295.5 0.89 0.65
Hex E9 55 F5 5 41 0 4 128 59 41
Octal 351 125 365 5 101 0 4 450 131 101
Binary 11101001 1010101 11110101 101 1000001 0 100 100101000 1011001 1000001

Color Harmonies of #E955F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E955F5

Black with #E955F5

Text Example


Text Example

White with #E955F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E955F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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