Html Css Color HEX #E385BE Persian Pink

📋 copy color: '#E385BE'

red 227 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #E385BE

Tints of Persian Pink #E385BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 41.27%
G = 24.18%
B = 34.55%

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

#E385BE (or 0xE385BE) is known color: Persian Pink. HEX triplet: E3, 85 and BE. RGB value is (227,133,190). Sum of RGB (Red+Green+Blue) = 227+133+190=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E385BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385BE is #1C7A41. Grayscale: #A7A7A7. Windows color (decimal): -1866306 or 12486115. OLE color: 12486115.

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

Color convert

RGB 227 133 190 -
CMYK 0 0.41 0.16 0.11
HSL 323.62º 0.63% 0.71% -
HSV(B) 323.62º 0.41% 0.89% -
XYZ 49.36 36.82 53.22 -
YUV 167.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 227 133 190 0 0.41 0.16 0.11 323.62 0.63 0.71
Hex E3 85 BE 0 29 10 B 144 3F 47
Octal 343 205 276 0 51 20 13 504 77 107
Binary 11100011 10000101 10111110 0 101001 10000 1011 101000100 111111 1000111

Color Harmonies of #E385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385BE

Black with #E385BE

Text Example


Text Example

White with #E385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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