Html Css Color HEX #E96DB9 Persian Pink

📋 copy color: '#E96DB9'

red 233 ◦ green 109 ◦ blue 185

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

Shades of Persian Pink #E96DB9

Tints of Persian Pink #E96DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.68%

 BLUE value IS 185 (72.66% from 255) = 35.1%

R = 44.21%
G = 20.68%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E96DB9 (or 0xE96DB9) is known color: Persian Pink. HEX triplet: E9, 6D and B9. RGB value is (233,109,185). Sum of RGB (Red+Green+Blue) = 233+109+185=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DB9 is #169246. Grayscale: #9A9A9A. Windows color (decimal): -1479239 or 12152297. OLE color: 12152297.

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

Color convert

RGB 233 109 185 -
CMYK 0 0.53 0.21 0.09
HSL 323.23º 0.74% 0.67% -
HSV(B) 323.23º 0.53% 0.91% -
XYZ 47.83 31.76 49.51 -
YUV 154.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 233 109 185 0 0.53 0.21 0.09 323.23 0.74 0.67
Hex E9 6D B9 0 35 15 9 143 4A 43
Octal 351 155 271 0 65 25 11 503 112 103
Binary 11101001 1101101 10111001 0 110101 10101 1001 101000011 1001010 1000011

Color Harmonies of #E96DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DB9

Black with #E96DB9

Text Example


Text Example

White with #E96DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DB9; }

 p { color: rgb(233,109,185); }

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

background-color css

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

 a { background-color: rgb(233,109,185); }

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

border-color css

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

 span { border-color: rgb(233,109,185); }

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