Html Css Color HEX #E16CBB Persian Pink

📋 copy color: '#E16CBB'

red 225 ◦ green 108 ◦ blue 187

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

Shades of Persian Pink #E16CBB

Tints of Persian Pink #E16CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 43.27%
G = 20.77%
B = 35.96%

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

#E16CBB (or 0xE16CBB) is known color: Persian Pink. HEX triplet: E1, 6C and BB. RGB value is (225,108,187). Sum of RGB (Red+Green+Blue) = 225+108+187=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBB is #1E9344. Grayscale: #979797. Windows color (decimal): -2003781 or 12283105. OLE color: 12283105.

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

Color convert

RGB 225 108 187 -
CMYK 0 0.52 0.17 0.12
HSL 319.49º 0.66% 0.65% -
HSV(B) 319.49º 0.52% 0.88% -
XYZ 45.38 30.32 50.47 -
YUV 151.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 225 108 187 0 0.52 0.17 0.12 319.49 0.66 0.65
Hex E1 6C BB 0 34 11 C 13F 42 41
Octal 341 154 273 0 64 21 14 477 102 101
Binary 11100001 1101100 10111011 0 110100 10001 1100 100111111 1000010 1000001

Color Harmonies of #E16CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E16CBB

Black with #E16CBB

Text Example


Text Example

White with #E16CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E16CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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