Html Css Color HEX #E57BBA Persian Pink

📋 copy color: '#E57BBA'

red 229 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E57BBA

Tints of Persian Pink #E57BBA

RGB

 RED value IS 229 (89.84% from 255) = 42.57%

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

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

R = 42.57%
G = 22.86%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E57BBA (or 0xE57BBA) is known color: Persian Pink. HEX triplet: E5, 7B and BA. RGB value is (229,123,186). Sum of RGB (Red+Green+Blue) = 229+123+186=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBA is #1A8445. Grayscale: #A1A1A1. Windows color (decimal): -1737798 or 12221413. OLE color: 12221413.

HSL color Cylindrical-coordinate representation of color #E57BBA: hue angle of 324.34º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BBA is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 123 186 -
CMYK 0 0.46 0.19 0.10
HSL 324.34º 0.67% 0.69% -
HSV(B) 324.34º 0.46% 0.9% -
XYZ 48.26 34.37 50.54 -
YUV 161.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 229 123 186 0 0.46 0.19 0.10 324.34 0.67 0.69
Hex E5 7B BA 0 2E 13 A 144 43 45
Octal 345 173 272 0 56 23 12 504 103 105
Binary 11100101 1111011 10111010 0 101110 10011 1010 101000100 1000011 1000101

Color Harmonies of #E57BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E57BBA

Black with #E57BBA

Text Example


Text Example

White with #E57BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E57BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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