Html Css Color HEX #E385BA Persian Pink

📋 copy color: '#E385BA'

red 227 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #E385BA

Tints of Persian Pink #E385BA

RGB

 RED value IS 227 (89.06% from 255) = 41.58%

 GREEN value IS 133 (52.34% from 255) = 24.36%

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

R = 41.58%
G = 24.36%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E385BA (or 0xE385BA) is known color: Persian Pink. HEX triplet: E3, 85 and BA. RGB value is (227,133,186). Sum of RGB (Red+Green+Blue) = 227+133+186=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BA is #1C7A45. Grayscale: #A7A7A7. Windows color (decimal): -1866310 or 12223971. OLE color: 12223971.

HSL color Cylindrical-coordinate representation of color #E385BA: hue angle of 326.17º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385BA is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 186 -
CMYK 0 0.41 0.18 0.11
HSL 326.17º 0.63% 0.71% -
HSV(B) 326.17º 0.41% 0.89% -
XYZ 48.93 36.65 50.95 -
YUV 167.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 227 133 186 0 0.41 0.18 0.11 326.17 0.63 0.71
Hex E3 85 BA 0 29 12 B 146 3F 47
Octal 343 205 272 0 51 22 13 506 77 107
Binary 11100011 10000101 10111010 0 101001 10010 1011 101000110 111111 1000111

Color Harmonies of #E385BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385BA

Black with #E385BA

Text Example


Text Example

White with #E385BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385BA; }

 p { color: rgb(227,133,186); }

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

background-color css

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

 a { background-color: rgb(227,133,186); }

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

border-color css

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

 span { border-color: rgb(227,133,186); }

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