Html Css Color HEX #E96FBA Persian Pink

📋 copy color: '#E96FBA'

red 233 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #E96FBA

Tints of Persian Pink #E96FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 43.96%
G = 20.94%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E96FBA (or 0xE96FBA) is known color: Persian Pink. HEX triplet: E9, 6F and BA. RGB value is (233,111,186). Sum of RGB (Red+Green+Blue) = 233+111+186=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FBA is #169045. Grayscale: #9B9B9B. Windows color (decimal): -1478726 or 12218345. OLE color: 12218345.

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

Color convert

RGB 233 111 186 -
CMYK 0 0.52 0.20 0.09
HSL 323.11º 0.73% 0.67% -
HSV(B) 323.11º 0.52% 0.91% -
XYZ 48.15 32.24 50.14 -
YUV 156.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 233 111 186 0 0.52 0.20 0.09 323.11 0.73 0.67
Hex E9 6F BA 0 34 14 9 143 49 43
Octal 351 157 272 0 64 24 11 503 111 103
Binary 11101001 1101111 10111010 0 110100 10100 1001 101000011 1001001 1000011

Color Harmonies of #E96FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FBA

Black with #E96FBA

Text Example


Text Example

White with #E96FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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