Html Css Color HEX #E16CBA Persian Pink

📋 copy color: '#E16CBA'

red 225 ◦ green 108 ◦ blue 186

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

Shades of Persian Pink #E16CBA

Tints of Persian Pink #E16CBA

RGB

 RED value IS 225 (88.28% from 255) = 43.35%

 GREEN value IS 108 (42.58% from 255) = 20.81%

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

R = 43.35%
G = 20.81%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E16CBA (or 0xE16CBA) is known color: Persian Pink. HEX triplet: E1, 6C and BA. RGB value is (225,108,186). Sum of RGB (Red+Green+Blue) = 225+108+186=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBA is #1E9345. Grayscale: #979797. Windows color (decimal): -2003782 or 12217569. OLE color: 12217569.

HSL color Cylindrical-coordinate representation of color #E16CBA: hue angle of 320º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CBA is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 108 186 -
CMYK 0 0.52 0.17 0.12
HSL 320º 0.66% 0.65% -
HSV(B) 320º 0.52% 0.88% -
XYZ 45.28 30.28 49.91 -
YUV 151.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 225 108 186 0 0.52 0.17 0.12 320 0.66 0.65
Hex E1 6C BA 0 34 11 C 140 42 41
Octal 341 154 272 0 64 21 14 500 102 101
Binary 11100001 1101100 10111010 0 110100 10001 1100 101000000 1000010 1000001

Color Harmonies of #E16CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CBA

Black with #E16CBA

Text Example


Text Example

White with #E16CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CBA; }

 p { color: rgb(225,108,186); }

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

background-color css

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

 a { background-color: rgb(225,108,186); }

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

border-color css

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

 span { border-color: rgb(225,108,186); }

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