Html Css Color HEX #E97DB9 Persian Pink

📋 copy color: '#E97DB9'

red 233 ◦ green 125 ◦ blue 185

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

Shades of Persian Pink #E97DB9

Tints of Persian Pink #E97DB9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.02%

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

R = 42.91%
G = 23.02%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E97DB9 (or 0xE97DB9) is known color: Persian Pink. HEX triplet: E9, 7D and B9. RGB value is (233,125,185). Sum of RGB (Red+Green+Blue) = 233+125+185=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DB9 is #168246. Grayscale: #A3A3A3. Windows color (decimal): -1475143 or 12156393. OLE color: 12156393.

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

Color convert

RGB 233 125 185 -
CMYK 0 0.46 0.21 0.09
HSL 326.67º 0.71% 0.7% -
HSV(B) 326.67º 0.46% 0.91% -
XYZ 49.69 35.49 50.13 -
YUV 164.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 233 125 185 0 0.46 0.21 0.09 326.67 0.71 0.7
Hex E9 7D B9 0 2E 15 9 147 47 46
Octal 351 175 271 0 56 25 11 507 107 106
Binary 11101001 1111101 10111001 0 101110 10101 1001 101000111 1000111 1000110

Color Harmonies of #E97DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97DB9

Black with #E97DB9

Text Example


Text Example

White with #E97DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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