Html Css Color HEX #E97CB2 Persian Pink

📋 copy color: '#E97CB2'

red 233 ◦ green 124 ◦ blue 178

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

Shades of Persian Pink #E97CB2

Tints of Persian Pink #E97CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 43.55%
G = 23.18%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E97CB2 (or 0xE97CB2) is known color: Persian Pink. HEX triplet: E9, 7C and B2. RGB value is (233,124,178). Sum of RGB (Red+Green+Blue) = 233+124+178=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97CB2 is #16834D. Grayscale: #A2A2A2. Windows color (decimal): -1475406 or 11697385. OLE color: 11697385.

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

Color convert

RGB 233 124 178 -
CMYK 0 0.47 0.24 0.09
HSL 330.28º 0.71% 0.7% -
HSV(B) 330.28º 0.47% 0.91% -
XYZ 48.85 34.95 46.29 -
YUV 162.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 233 124 178 0 0.47 0.24 0.09 330.28 0.71 0.7
Hex E9 7C B2 0 2F 18 9 14A 47 46
Octal 351 174 262 0 57 30 11 512 107 106
Binary 11101001 1111100 10110010 0 101111 11000 1001 101001010 1000111 1000110

Color Harmonies of #E97CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97CB2

Black with #E97CB2

Text Example


Text Example

White with #E97CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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