Html Css Color HEX #E97BBA Persian Pink

📋 copy color: '#E97BBA'

red 233 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E97BBA

Tints of Persian Pink #E97BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.32%

R = 42.99%
G = 22.69%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E97BBA (or 0xE97BBA) is known color: Persian Pink. HEX triplet: E9, 7B and BA. RGB value is (233,123,186). Sum of RGB (Red+Green+Blue) = 233+123+186=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BBA is #168445. Grayscale: #A2A2A2. Windows color (decimal): -1475654 or 12221417. OLE color: 12221417.

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

Color convert

RGB 233 123 186 -
CMYK 0 0.47 0.20 0.09
HSL 325.64º 0.71% 0.7% -
HSV(B) 325.64º 0.47% 0.91% -
XYZ 49.55 35.03 50.61 -
YUV 163.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 233 123 186 0 0.47 0.20 0.09 325.64 0.71 0.7
Hex E9 7B BA 0 2F 14 9 146 47 46
Octal 351 173 272 0 57 24 11 506 107 106
Binary 11101001 1111011 10111010 0 101111 10100 1001 101000110 1000111 1000110

Color Harmonies of #E97BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E97BBA

Black with #E97BBA

Text Example


Text Example

White with #E97BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E97BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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