Html Css Color HEX #E382BE Persian Pink

📋 copy color: '#E382BE'

red 227 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E382BE

Tints of Persian Pink #E382BE

RGB

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

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

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

R = 41.5%
G = 23.77%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E382BE (or 0xE382BE) is known color: Persian Pink. HEX triplet: E3, 82 and BE. RGB value is (227,130,190). Sum of RGB (Red+Green+Blue) = 227+130+190=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E382BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382BE is #1C7D41. Grayscale: #A5A5A5. Windows color (decimal): -1867074 or 12485347. OLE color: 12485347.

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

Color convert

RGB 227 130 190 -
CMYK 0 0.43 0.16 0.11
HSL 322.89º 0.63% 0.7% -
HSV(B) 322.89º 0.43% 0.89% -
XYZ 48.96 36.01 53.09 -
YUV 165.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 227 130 190 0 0.43 0.16 0.11 322.89 0.63 0.7
Hex E3 82 BE 0 2B 10 B 143 3F 46
Octal 343 202 276 0 53 20 13 503 77 106
Binary 11100011 10000010 10111110 0 101011 10000 1011 101000011 111111 1000110

Color Harmonies of #E382BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382BE

Black with #E382BE

Text Example


Text Example

White with #E382BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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