Html Css Color HEX #E96FB6 Persian Pink

📋 copy color: '#E96FB6'

red 233 ◦ green 111 ◦ blue 182

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

Shades of Persian Pink #E96FB6

Tints of Persian Pink #E96FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.6%

R = 44.3%
G = 21.1%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E96FB6 (or 0xE96FB6) is known color: Persian Pink. HEX triplet: E9, 6F and B6. RGB value is (233,111,182). Sum of RGB (Red+Green+Blue) = 233+111+182=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FB6 is #169049. Grayscale: #9B9B9B. Windows color (decimal): -1478730 or 11956201. OLE color: 11956201.

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

Color convert

RGB 233 111 182 -
CMYK 0 0.52 0.22 0.09
HSL 325.08º 0.73% 0.67% -
HSV(B) 325.08º 0.52% 0.91% -
XYZ 47.73 32.07 47.93 -
YUV 155.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 233 111 182 0 0.52 0.22 0.09 325.08 0.73 0.67
Hex E9 6F B6 0 34 16 9 145 49 43
Octal 351 157 266 0 64 26 11 505 111 103
Binary 11101001 1101111 10110110 0 110100 10110 1001 101000101 1001001 1000011

Color Harmonies of #E96FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96FB6

Black with #E96FB6

Text Example


Text Example

White with #E96FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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