Html Css Color HEX #E97EBD Persian Pink

📋 copy color: '#E97EBD'

red 233 ◦ green 126 ◦ blue 189

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

Shades of Persian Pink #E97EBD

Tints of Persian Pink #E97EBD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.99%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 42.52%
G = 22.99%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E97EBD (or 0xE97EBD) is known color: Persian Pink. HEX triplet: E9, 7E and BD. RGB value is (233,126,189). Sum of RGB (Red+Green+Blue) = 233+126+189=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97EBD is #168142. Grayscale: #A5A5A5. Windows color (decimal): -1474883 or 12418793. OLE color: 12418793.

HSL color Cylindrical-coordinate representation of color #E97EBD: hue angle of 324.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 #E97EBD is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 126 189 -
CMYK 0 0.46 0.19 0.09
HSL 324.67º 0.71% 0.7% -
HSV(B) 324.67º 0.46% 0.91% -
XYZ 50.25 35.92 52.43 -
YUV 165.18 141.45 176.38 -
System Red Green Blue C M Y K H S L
Decimal 233 126 189 0 0.46 0.19 0.09 324.67 0.71 0.7
Hex E9 7E BD 0 2E 13 9 145 47 46
Octal 351 176 275 0 56 23 11 505 107 106
Binary 11101001 1111110 10111101 0 101110 10011 1001 101000101 1000111 1000110

Color Harmonies of #E97EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97EBD

Black with #E97EBD

Text Example


Text Example

White with #E97EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97EBD; }

 p { color: rgb(233,126,189); }

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

background-color css

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

 a { background-color: rgb(233,126,189); }

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

border-color css

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

 span { border-color: rgb(233,126,189); }

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