Html Css Color HEX #E95AFB Pink Flamingo

📋 copy color: '#E95AFB'

red 233 ◦ green 90 ◦ blue 251

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

Shades of Pink Flamingo #E95AFB

Tints of Pink Flamingo #E95AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.68%

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

R = 40.59%
G = 15.68%
B = 43.73%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E95AFB (or 0xE95AFB) is known color: Pink Flamingo. HEX triplet: E9, 5A and FB. RGB value is (233,90,251). Sum of RGB (Red+Green+Blue) = 233+90+251=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 90 (35.55% from 255 or 15.68% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #E95AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95AFB is #16A504. Grayscale: #969696. Windows color (decimal): -1484037 or 16472809. OLE color: 16472809.

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

Color convert

RGB 233 90 251 -
CMYK 0.07 0.64 0 0.02
HSL 293.29º 0.95% 0.67% -
HSV(B) 293.29º 0.64% 0.98% -
XYZ 54.67 31.6 94.48 -
YUV 151.11 184.38 186.41 -
System Red Green Blue C M Y K H S L
Decimal 233 90 251 0.07 0.64 0 0.02 293.29 0.95 0.67
Hex E9 5A FB 7 40 0 2 125 5F 43
Octal 351 132 373 7 100 0 2 445 137 103
Binary 11101001 1011010 11111011 111 1000000 0 10 100100101 1011111 1000011

Color Harmonies of #E95AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95AFB

Black with #E95AFB

Text Example


Text Example

White with #E95AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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