Html Css Color HEX #E953FC Pink Flamingo

📋 copy color: '#E953FC'

red 233 ◦ green 83 ◦ blue 252

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

Shades of Pink Flamingo #E953FC

Tints of Pink Flamingo #E953FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.61%

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 41.02%
G = 14.61%
B = 44.37%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E953FC (or 0xE953FC) is known color: Pink Flamingo. HEX triplet: E9, 53 and FC. RGB value is (233,83,252). Sum of RGB (Red+Green+Blue) = 233+83+252=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #E953FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E953FC is #16AC03. Grayscale: #929292. Windows color (decimal): -1485828 or 16536553. OLE color: 16536553.

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

Color convert

RGB 233 83 252 -
CMYK 0.08 0.67 0 0.01
HSL 293.25º 0.97% 0.66% -
HSV(B) 293.25º 0.67% 0.99% -
XYZ 54.27 30.54 95.13 -
YUV 147.12 187.2 189.26 -
System Red Green Blue C M Y K H S L
Decimal 233 83 252 0.08 0.67 0 0.01 293.25 0.97 0.66
Hex E9 53 FC 8 43 0 1 125 61 42
Octal 351 123 374 10 103 0 1 445 141 102
Binary 11101001 1010011 11111100 1000 1000011 0 1 100100101 1100001 1000010

Color Harmonies of #E953FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E953FC

Black with #E953FC

Text Example


Text Example

White with #E953FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E953FC; }

 p { color: rgb(233,83,252); }

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

background-color css

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

 a { background-color: rgb(233,83,252); }

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

border-color css

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

 span { border-color: rgb(233,83,252); }

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