Html Css Color HEX #E383BD Persian Pink

📋 copy color: '#E383BD'

red 227 ◦ green 131 ◦ blue 189

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

Shades of Persian Pink #E383BD

Tints of Persian Pink #E383BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 41.5%
G = 23.95%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E383BD (or 0xE383BD) is known color: Persian Pink. HEX triplet: E3, 83 and BD. RGB value is (227,131,189). Sum of RGB (Red+Green+Blue) = 227+131+189=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BD is #1C7C42. Grayscale: #A6A6A6. Windows color (decimal): -1866819 or 12420067. OLE color: 12420067.

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

Color convert

RGB 227 131 189 -
CMYK 0 0.42 0.17 0.11
HSL 323.75º 0.63% 0.7% -
HSV(B) 323.75º 0.42% 0.89% -
XYZ 48.98 36.24 52.56 -
YUV 166.32 140.8 171.28 -
System Red Green Blue C M Y K H S L
Decimal 227 131 189 0 0.42 0.17 0.11 323.75 0.63 0.7
Hex E3 83 BD 0 2A 11 B 144 3F 46
Octal 343 203 275 0 52 21 13 504 77 106
Binary 11100011 10000011 10111101 0 101010 10001 1011 101000100 111111 1000110

Color Harmonies of #E383BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383BD

Black with #E383BD

Text Example


Text Example

White with #E383BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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