Html Css Color HEX #E385B9 Persian Pink

📋 copy color: '#E385B9'

red 227 ◦ green 133 ◦ blue 185

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

Shades of Persian Pink #E385B9

Tints of Persian Pink #E385B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 41.65%
G = 24.4%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E385B9 (or 0xE385B9) is known color: Persian Pink. HEX triplet: E3, 85 and B9. RGB value is (227,133,185). Sum of RGB (Red+Green+Blue) = 227+133+185=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E385B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385B9 is #1C7A46. Grayscale: #A6A6A6. Windows color (decimal): -1866311 or 12158435. OLE color: 12158435.

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

Color convert

RGB 227 133 185 -
CMYK 0 0.41 0.19 0.11
HSL 326.81º 0.63% 0.71% -
HSV(B) 326.81º 0.41% 0.89% -
XYZ 48.82 36.61 50.39 -
YUV 167.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 227 133 185 0 0.41 0.19 0.11 326.81 0.63 0.71
Hex E3 85 B9 0 29 13 B 147 3F 47
Octal 343 205 271 0 51 23 13 507 77 107
Binary 11100011 10000101 10111001 0 101001 10011 1011 101000111 111111 1000111

Color Harmonies of #E385B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385B9

Black with #E385B9

Text Example


Text Example

White with #E385B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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