Html Css Color HEX #E95CFC Pink Flamingo

📋 copy color: '#E95CFC'

red 233 ◦ green 92 ◦ blue 252

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

Shades of Pink Flamingo #E95CFC

Tints of Pink Flamingo #E95CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.94%

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

R = 40.38%
G = 15.94%
B = 43.67%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E95CFC (or 0xE95CFC) is known color: Pink Flamingo. HEX triplet: E9, 5C and FC. RGB value is (233,92,252). Sum of RGB (Red+Green+Blue) = 233+92+252=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #E95CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CFC is #16A303. Grayscale: #979797. Windows color (decimal): -1483524 or 16538857. OLE color: 16538857.

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

Color convert

RGB 233 92 252 -
CMYK 0.08 0.63 0 0.01
HSL 292.88º 0.96% 0.67% -
HSV(B) 292.88º 0.63% 0.99% -
XYZ 55 32.01 95.37 -
YUV 152.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 233 92 252 0.08 0.63 0 0.01 292.88 0.96 0.67
Hex E9 5C FC 8 3F 0 1 125 60 43
Octal 351 134 374 10 77 0 1 445 140 103
Binary 11101001 1011100 11111100 1000 111111 0 1 100100101 1100000 1000011

Color Harmonies of #E95CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CFC

Black with #E95CFC

Text Example


Text Example

White with #E95CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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