Html Css Color HEX #E382BA Persian Pink

📋 copy color: '#E382BA'

red 227 ◦ green 130 ◦ blue 186

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

Shades of Persian Pink #E382BA

Tints of Persian Pink #E382BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.94%

 BLUE value IS 186 (73.05% from 255) = 34.25%

R = 41.8%
G = 23.94%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E382BA (or 0xE382BA) is known color: Persian Pink. HEX triplet: E3, 82 and BA. RGB value is (227,130,186). Sum of RGB (Red+Green+Blue) = 227+130+186=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E382BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382BA is #1C7D45. Grayscale: #A5A5A5. Windows color (decimal): -1867078 or 12223203. OLE color: 12223203.

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

Color convert

RGB 227 130 186 -
CMYK 0 0.43 0.18 0.11
HSL 325.36º 0.63% 0.7% -
HSV(B) 325.36º 0.43% 0.89% -
XYZ 48.52 35.84 50.81 -
YUV 165.39 139.64 171.95 -
System Red Green Blue C M Y K H S L
Decimal 227 130 186 0 0.43 0.18 0.11 325.36 0.63 0.7
Hex E3 82 BA 0 2B 12 B 145 3F 46
Octal 343 202 272 0 53 22 13 505 77 106
Binary 11100011 10000010 10111010 0 101011 10010 1011 101000101 111111 1000110

Color Harmonies of #E382BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382BA

Black with #E382BA

Text Example


Text Example

White with #E382BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382BA; }

 p { color: rgb(227,130,186); }

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

background-color css

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

 a { background-color: rgb(227,130,186); }

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

border-color css

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

 span { border-color: rgb(227,130,186); }

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