Html Css Color HEX #E97CBD Persian Pink

📋 copy color: '#E97CBD'

red 233 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #E97CBD

Tints of Persian Pink #E97CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.71%

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

R = 42.67%
G = 22.71%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E97CBD (or 0xE97CBD) is known color: Persian Pink. HEX triplet: E9, 7C and BD. RGB value is (233,124,189). Sum of RGB (Red+Green+Blue) = 233+124+189=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97CBD is #168342. Grayscale: #A3A3A3. Windows color (decimal): -1475395 or 12418281. OLE color: 12418281.

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

Color convert

RGB 233 124 189 -
CMYK 0 0.47 0.19 0.09
HSL 324.22º 0.71% 0.7% -
HSV(B) 324.22º 0.47% 0.91% -
XYZ 50 35.41 52.34 -
YUV 164 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 233 124 189 0 0.47 0.19 0.09 324.22 0.71 0.7
Hex E9 7C BD 0 2F 13 9 144 47 46
Octal 351 174 275 0 57 23 11 504 107 106
Binary 11101001 1111100 10111101 0 101111 10011 1001 101000100 1000111 1000110

Color Harmonies of #E97CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CBD

Black with #E97CBD

Text Example


Text Example

White with #E97CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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