Html Css Color HEX #E383BA Persian Pink

📋 copy color: '#E383BA'

red 227 ◦ green 131 ◦ blue 186

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

Shades of Persian Pink #E383BA

Tints of Persian Pink #E383BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.08%

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

R = 41.73%
G = 24.08%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E383BA (or 0xE383BA) is known color: Persian Pink. HEX triplet: E3, 83 and BA. RGB value is (227,131,186). Sum of RGB (Red+Green+Blue) = 227+131+186=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BA is #1C7C45. Grayscale: #A5A5A5. Windows color (decimal): -1866822 or 12223459. OLE color: 12223459.

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

Color convert

RGB 227 131 186 -
CMYK 0 0.42 0.18 0.11
HSL 325.63º 0.63% 0.7% -
HSV(B) 325.63º 0.42% 0.89% -
XYZ 48.66 36.11 50.86 -
YUV 165.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 227 131 186 0 0.42 0.18 0.11 325.63 0.63 0.7
Hex E3 83 BA 0 2A 12 B 146 3F 46
Octal 343 203 272 0 52 22 13 506 77 106
Binary 11100011 10000011 10111010 0 101010 10010 1011 101000110 111111 1000110

Color Harmonies of #E383BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383BA

Black with #E383BA

Text Example


Text Example

White with #E383BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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