Html Css Color HEX #E385B8 Persian Pink

📋 copy color: '#E385B8'

red 227 ◦ green 133 ◦ blue 184

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

Shades of Persian Pink #E385B8

Tints of Persian Pink #E385B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.82%

R = 41.73%
G = 24.45%
B = 33.82%

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

#E385B8 (or 0xE385B8) is known color: Persian Pink. HEX triplet: E3, 85 and B8. RGB value is (227,133,184). Sum of RGB (Red+Green+Blue) = 227+133+184=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E385B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385B8 is #1C7A47. Grayscale: #A6A6A6. Windows color (decimal): -1866312 or 12092899. OLE color: 12092899.

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

Color convert

RGB 227 133 184 -
CMYK 0 0.41 0.19 0.11
HSL 327.45º 0.63% 0.71% -
HSV(B) 327.45º 0.41% 0.89% -
XYZ 48.72 36.57 49.84 -
YUV 166.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 227 133 184 0 0.41 0.19 0.11 327.45 0.63 0.71
Hex E3 85 B8 0 29 13 B 147 3F 47
Octal 343 205 270 0 51 23 13 507 77 107
Binary 11100011 10000101 10111000 0 101001 10011 1011 101000111 111111 1000111

Color Harmonies of #E385B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E385B8

Black with #E385B8

Text Example


Text Example

White with #E385B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E385B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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