Html Css Color HEX #E17BBC Persian Pink

📋 copy color: '#E17BBC'

red 225 ◦ green 123 ◦ blue 188

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

Shades of Persian Pink #E17BBC

Tints of Persian Pink #E17BBC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.95%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 41.98%
G = 22.95%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17BBC (or 0xE17BBC) is known color: Persian Pink. HEX triplet: E1, 7B and BC. RGB value is (225,123,188). Sum of RGB (Red+Green+Blue) = 225+123+188=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BBC is #1E8443. Grayscale: #A0A0A0. Windows color (decimal): -1999940 or 12352481. OLE color: 12352481.

HSL color Cylindrical-coordinate representation of color #E17BBC: hue angle of 321.76º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BBC is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 123 188 -
CMYK 0 0.45 0.16 0.12
HSL 321.76º 0.63% 0.68% -
HSV(B) 321.76º 0.45% 0.88% -
XYZ 47.21 33.8 51.61 -
YUV 160.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 225 123 188 0 0.45 0.16 0.12 321.76 0.63 0.68
Hex E1 7B BC 0 2D 10 C 142 3F 44
Octal 341 173 274 0 55 20 14 502 77 104
Binary 11100001 1111011 10111100 0 101101 10000 1100 101000010 111111 1000100

Color Harmonies of #E17BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BBC

Black with #E17BBC

Text Example


Text Example

White with #E17BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BBC; }

 p { color: rgb(225,123,188); }

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

background-color css

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

 a { background-color: rgb(225,123,188); }

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

border-color css

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

 span { border-color: rgb(225,123,188); }

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