Html Css Color HEX #E95CFB Pink Flamingo

📋 copy color: '#E95CFB'

red 233 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #E95CFB

Tints of Pink Flamingo #E95CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 40.45%
G = 15.97%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E95CFB (or 0xE95CFB) is known color: Pink Flamingo. HEX triplet: E9, 5C and FB. RGB value is (233,92,251). Sum of RGB (Red+Green+Blue) = 233+92+251=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #E95CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CFB is #16A304. Grayscale: #979797. Windows color (decimal): -1483525 or 16473321. OLE color: 16473321.

HSL color Cylindrical-coordinate representation of color #E95CFB: hue angle of 293.21º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95CFB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 92 251 -
CMYK 0.07 0.63 0 0.02
HSL 293.21º 0.95% 0.67% -
HSV(B) 293.21º 0.63% 0.98% -
XYZ 54.84 31.94 94.54 -
YUV 152.29 183.71 185.57 -
System Red Green Blue C M Y K H S L
Decimal 233 92 251 0.07 0.63 0 0.02 293.21 0.95 0.67
Hex E9 5C FB 7 3F 0 2 125 5F 43
Octal 351 134 373 7 77 0 2 445 137 103
Binary 11101001 1011100 11111011 111 111111 0 10 100100101 1011111 1000011

Color Harmonies of #E95CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95CFB

Black with #E95CFB

Text Example


Text Example

White with #E95CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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