Html Css Color HEX #E96EBA Persian Pink

📋 copy color: '#E96EBA'

red 233 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #E96EBA

Tints of Persian Pink #E96EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.79%

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

R = 44.05%
G = 20.79%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E96EBA (or 0xE96EBA) is known color: Persian Pink. HEX triplet: E9, 6E and BA. RGB value is (233,110,186). Sum of RGB (Red+Green+Blue) = 233+110+186=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EBA is #169145. Grayscale: #9B9B9B. Windows color (decimal): -1478982 or 12218089. OLE color: 12218089.

HSL color Cylindrical-coordinate representation of color #E96EBA: hue angle of 322.93º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96EBA is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 110 186 -
CMYK 0 0.53 0.20 0.09
HSL 322.93º 0.74% 0.67% -
HSV(B) 322.93º 0.53% 0.91% -
XYZ 48.04 32.02 50.1 -
YUV 155.44 145.25 183.32 -
System Red Green Blue C M Y K H S L
Decimal 233 110 186 0 0.53 0.20 0.09 322.93 0.74 0.67
Hex E9 6E BA 0 35 14 9 143 4A 43
Octal 351 156 272 0 65 24 11 503 112 103
Binary 11101001 1101110 10111010 0 110101 10100 1001 101000011 1001010 1000011

Color Harmonies of #E96EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EBA

Black with #E96EBA

Text Example


Text Example

White with #E96EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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