Html Css Color HEX #E56EBA Persian Pink

📋 copy color: '#E56EBA'

red 229 ◦ green 110 ◦ blue 186

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

Shades of Persian Pink #E56EBA

Tints of Persian Pink #E56EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.95%

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

R = 43.62%
G = 20.95%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E56EBA (or 0xE56EBA) is known color: Persian Pink. HEX triplet: E5, 6E and BA. RGB value is (229,110,186). Sum of RGB (Red+Green+Blue) = 229+110+186=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E56EBA is #1A9145. Grayscale: #9A9A9A. Windows color (decimal): -1741126 or 12218085. OLE color: 12218085.

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

Color convert

RGB 229 110 186 -
CMYK 0 0.52 0.19 0.10
HSL 321.68º 0.7% 0.66% -
HSV(B) 321.68º 0.52% 0.9% -
XYZ 46.75 31.36 50.04 -
YUV 154.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 229 110 186 0 0.52 0.19 0.10 321.68 0.7 0.66
Hex E5 6E BA 0 34 13 A 142 46 42
Octal 345 156 272 0 64 23 12 502 106 102
Binary 11100101 1101110 10111010 0 110100 10011 1010 101000010 1000110 1000010

Color Harmonies of #E56EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56EBA

Black with #E56EBA

Text Example


Text Example

White with #E56EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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