Html Css Color HEX #E385BF Persian Pink

📋 copy color: '#E385BF'

red 227 ◦ green 133 ◦ blue 191

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

Shades of Persian Pink #E385BF

Tints of Persian Pink #E385BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 41.2%
G = 24.14%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E385BF (or 0xE385BF) is known color: Persian Pink. HEX triplet: E3, 85 and BF. RGB value is (227,133,191). Sum of RGB (Red+Green+Blue) = 227+133+191=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BF is #1C7A40. Grayscale: #A7A7A7. Windows color (decimal): -1866305 or 12551651. OLE color: 12551651.

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

Color convert

RGB 227 133 191 -
CMYK 0 0.41 0.16 0.11
HSL 322.98º 0.63% 0.71% -
HSV(B) 322.98º 0.41% 0.89% -
XYZ 49.47 36.87 53.8 -
YUV 167.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 227 133 191 0 0.41 0.16 0.11 322.98 0.63 0.71
Hex E3 85 BF 0 29 10 B 143 3F 47
Octal 343 205 277 0 51 20 13 503 77 107
Binary 11100011 10000101 10111111 0 101001 10000 1011 101000011 111111 1000111

Color Harmonies of #E385BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385BF

Black with #E385BF

Text Example


Text Example

White with #E385BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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