Html Css Color HEX #E97BBE Persian Pink

📋 copy color: '#E97BBE'

red 233 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #E97BBE

Tints of Persian Pink #E97BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.53%

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 42.67%
G = 22.53%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E97BBE (or 0xE97BBE) is known color: Persian Pink. HEX triplet: E9, 7B and BE. RGB value is (233,123,190). Sum of RGB (Red+Green+Blue) = 233+123+190=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BBE is #168441. Grayscale: #A3A3A3. Windows color (decimal): -1475650 or 12483561. OLE color: 12483561.

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

Color convert

RGB 233 123 190 -
CMYK 0 0.47 0.18 0.09
HSL 323.45º 0.71% 0.7% -
HSV(B) 323.45º 0.47% 0.91% -
XYZ 49.98 35.21 52.88 -
YUV 163.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 233 123 190 0 0.47 0.18 0.09 323.45 0.71 0.7
Hex E9 7B BE 0 2F 12 9 143 47 46
Octal 351 173 276 0 57 22 11 503 107 106
Binary 11101001 1111011 10111110 0 101111 10010 1001 101000011 1000111 1000110

Color Harmonies of #E97BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BBE

Black with #E97BBE

Text Example


Text Example

White with #E97BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BBE; }

 p { color: rgb(233,123,190); }

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

background-color css

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

 a { background-color: rgb(233,123,190); }

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

border-color css

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

 span { border-color: rgb(233,123,190); }

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