Html Css Color HEX #E385BB Persian Pink

📋 copy color: '#E385BB'

red 227 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #E385BB

Tints of Persian Pink #E385BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 41.5%
G = 24.31%
B = 34.19%

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

#E385BB (or 0xE385BB) is known color: Persian Pink. HEX triplet: E3, 85 and BB. RGB value is (227,133,187). Sum of RGB (Red+Green+Blue) = 227+133+187=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BB is #1C7A44. Grayscale: #A7A7A7. Windows color (decimal): -1866309 or 12289507. OLE color: 12289507.

HSL color Cylindrical-coordinate representation of color #E385BB: hue angle of 325.53º 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 #E385BB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 187 -
CMYK 0 0.41 0.18 0.11
HSL 325.53º 0.63% 0.71% -
HSV(B) 325.53º 0.41% 0.89% -
XYZ 49.04 36.69 51.51 -
YUV 167.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 227 133 187 0 0.41 0.18 0.11 325.53 0.63 0.71
Hex E3 85 BB 0 29 12 B 146 3F 47
Octal 343 205 273 0 51 22 13 506 77 107
Binary 11100011 10000101 10111011 0 101001 10010 1011 101000110 111111 1000111

Color Harmonies of #E385BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385BB

Black with #E385BB

Text Example


Text Example

White with #E385BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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