Html Css Color HEX #E16CBD Persian Pink

📋 copy color: '#E16CBD'

red 225 ◦ green 108 ◦ blue 189

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

Shades of Persian Pink #E16CBD

Tints of Persian Pink #E16CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.21%

R = 43.1%
G = 20.69%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E16CBD (or 0xE16CBD) is known color: Persian Pink. HEX triplet: E1, 6C and BD. RGB value is (225,108,189). Sum of RGB (Red+Green+Blue) = 225+108+189=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBD is #1E9342. Grayscale: #989898. Windows color (decimal): -2003779 or 12414177. OLE color: 12414177.

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

Color convert

RGB 225 108 189 -
CMYK 0 0.52 0.16 0.12
HSL 318.46º 0.66% 0.65% -
HSV(B) 318.46º 0.52% 0.88% -
XYZ 45.6 30.41 51.61 -
YUV 152.22 148.76 179.91 -
System Red Green Blue C M Y K H S L
Decimal 225 108 189 0 0.52 0.16 0.12 318.46 0.66 0.65
Hex E1 6C BD 0 34 10 C 13E 42 41
Octal 341 154 275 0 64 20 14 476 102 101
Binary 11100001 1101100 10111101 0 110100 10000 1100 100111110 1000010 1000001

Color Harmonies of #E16CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CBD

Black with #E16CBD

Text Example


Text Example

White with #E16CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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