Html Css Color HEX #E384BE Persian Pink

📋 copy color: '#E384BE'

red 227 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #E384BE

Tints of Persian Pink #E384BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.04%

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

R = 41.35%
G = 24.04%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E384BE (or 0xE384BE) is known color: Persian Pink. HEX triplet: E3, 84 and BE. RGB value is (227,132,190). Sum of RGB (Red+Green+Blue) = 227+132+190=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 132 (51.95% from 255 or 24.04% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E384BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384BE is #1C7B41. Grayscale: #A6A6A6. Windows color (decimal): -1866562 or 12485859. OLE color: 12485859.

HSL color Cylindrical-coordinate representation of color #E384BE: hue angle of 323.37º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E384BE is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 132 190 -
CMYK 0 0.42 0.16 0.11
HSL 323.37º 0.63% 0.7% -
HSV(B) 323.37º 0.42% 0.89% -
XYZ 49.22 36.55 53.18 -
YUV 167.02 140.97 170.78 -
System Red Green Blue C M Y K H S L
Decimal 227 132 190 0 0.42 0.16 0.11 323.37 0.63 0.7
Hex E3 84 BE 0 2A 10 B 143 3F 46
Octal 343 204 276 0 52 20 13 503 77 106
Binary 11100011 10000100 10111110 0 101010 10000 1011 101000011 111111 1000110

Color Harmonies of #E384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384BE

Black with #E384BE

Text Example


Text Example

White with #E384BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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