Html Css Color HEX #E17BBA Persian Pink

📋 copy color: '#E17BBA'

red 225 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E17BBA

Tints of Persian Pink #E17BBA

RGB

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

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

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

R = 42.13%
G = 23.03%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E17BBA (or 0xE17BBA) is known color: Persian Pink. HEX triplet: E1, 7B and BA. RGB value is (225,123,186). Sum of RGB (Red+Green+Blue) = 225+123+186=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BBA is #1E8445. Grayscale: #A0A0A0. Windows color (decimal): -1999942 or 12221409. OLE color: 12221409.

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

Color convert

RGB 225 123 186 -
CMYK 0 0.45 0.17 0.12
HSL 322.94º 0.63% 0.68% -
HSV(B) 322.94º 0.45% 0.88% -
XYZ 47 33.72 50.49 -
YUV 160.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 225 123 186 0 0.45 0.17 0.12 322.94 0.63 0.68
Hex E1 7B BA 0 2D 11 C 143 3F 44
Octal 341 173 272 0 55 21 14 503 77 104
Binary 11100001 1111011 10111010 0 101101 10001 1100 101000011 111111 1000100

Color Harmonies of #E17BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BBA

Black with #E17BBA

Text Example


Text Example

White with #E17BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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