Html Css Color HEX #E96FBC Persian Pink

📋 copy color: '#E96FBC'

red 233 ◦ green 111 ◦ blue 188

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

Shades of Persian Pink #E96FBC

Tints of Persian Pink #E96FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

 BLUE value IS 188 (73.83% from 255) = 35.34%

R = 43.8%
G = 20.86%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E96FBC (or 0xE96FBC) is known color: Persian Pink. HEX triplet: E9, 6F and BC. RGB value is (233,111,188). Sum of RGB (Red+Green+Blue) = 233+111+188=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FBC is #169043. Grayscale: #9C9C9C. Windows color (decimal): -1478724 or 12349417. OLE color: 12349417.

HSL color Cylindrical-coordinate representation of color #E96FBC: hue angle of 322.13º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FBC is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 111 188 -
CMYK 0 0.52 0.19 0.09
HSL 322.13º 0.73% 0.67% -
HSV(B) 322.13º 0.52% 0.91% -
XYZ 48.37 32.32 51.27 -
YUV 156.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 233 111 188 0 0.52 0.19 0.09 322.13 0.73 0.67
Hex E9 6F BC 0 34 13 9 142 49 43
Octal 351 157 274 0 64 23 11 502 111 103
Binary 11101001 1101111 10111100 0 110100 10011 1001 101000010 1001001 1000011

Color Harmonies of #E96FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FBC

Black with #E96FBC

Text Example


Text Example

White with #E96FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FBC; }

 p { color: rgb(233,111,188); }

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

background-color css

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

 a { background-color: rgb(233,111,188); }

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

border-color css

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

 span { border-color: rgb(233,111,188); }

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