Html Css Color HEX #E383BC Persian Pink

📋 copy color: '#E383BC'

red 227 ◦ green 131 ◦ blue 188

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

Shades of Persian Pink #E383BC

Tints of Persian Pink #E383BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 41.58%
G = 23.99%
B = 34.43%

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

#E383BC (or 0xE383BC) is known color: Persian Pink. HEX triplet: E3, 83 and BC. RGB value is (227,131,188). Sum of RGB (Red+Green+Blue) = 227+131+188=546 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.58% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 227 - color contains mainly: red. Hex color #E383BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E383BC is #1C7C43. Grayscale: #A6A6A6. Windows color (decimal): -1866820 or 12354531. OLE color: 12354531.

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

Color convert

RGB 227 131 188 -
CMYK 0 0.42 0.17 0.11
HSL 324.38º 0.63% 0.7% -
HSV(B) 324.38º 0.42% 0.89% -
XYZ 48.87 36.19 51.99 -
YUV 166.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 227 131 188 0 0.42 0.17 0.11 324.38 0.63 0.7
Hex E3 83 BC 0 2A 11 B 144 3F 46
Octal 343 203 274 0 52 21 13 504 77 106
Binary 11100011 10000011 10111100 0 101010 10001 1011 101000100 111111 1000110

Color Harmonies of #E383BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383BC

Black with #E383BC

Text Example


Text Example

White with #E383BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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