Html Css Color HEX #E96DBB Persian Pink

📋 copy color: '#E96DBB'

red 233 ◦ green 109 ◦ blue 187

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

Shades of Persian Pink #E96DBB

Tints of Persian Pink #E96DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.35%

R = 44.05%
G = 20.6%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E96DBB (or 0xE96DBB) is known color: Persian Pink. HEX triplet: E9, 6D and BB. RGB value is (233,109,187). Sum of RGB (Red+Green+Blue) = 233+109+187=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DBB is #169244. Grayscale: #9A9A9A. Windows color (decimal): -1479237 or 12283369. OLE color: 12283369.

HSL color Cylindrical-coordinate representation of color #E96DBB: hue angle of 322.26º 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 #E96DBB is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 187 -
CMYK 0 0.53 0.20 0.09
HSL 322.26º 0.74% 0.67% -
HSV(B) 322.26º 0.53% 0.91% -
XYZ 48.04 31.85 50.63 -
YUV 154.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 233 109 187 0 0.53 0.20 0.09 322.26 0.74 0.67
Hex E9 6D BB 0 35 14 9 142 4A 43
Octal 351 155 273 0 65 24 11 502 112 103
Binary 11101001 1101101 10111011 0 110101 10100 1001 101000010 1001010 1000011

Color Harmonies of #E96DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DBB

Black with #E96DBB

Text Example


Text Example

White with #E96DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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