Html Css Color HEX #E380B6 Persian Pink

📋 copy color: '#E380B6'

red 227 ◦ green 128 ◦ blue 182

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

Shades of Persian Pink #E380B6

Tints of Persian Pink #E380B6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.84%

 BLUE value IS 182 (71.48% from 255) = 33.89%

R = 42.27%
G = 23.84%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E380B6 (or 0xE380B6) is known color: Persian Pink. HEX triplet: E3, 80 and B6. RGB value is (227,128,182). Sum of RGB (Red+Green+Blue) = 227+128+182=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E380B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380B6 is #1C7F49. Grayscale: #A3A3A3. Windows color (decimal): -1867594 or 11960547. OLE color: 11960547.

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

Color convert

RGB 227 128 182 -
CMYK 0 0.44 0.20 0.11
HSL 327.27º 0.64% 0.7% -
HSV(B) 327.27º 0.44% 0.89% -
XYZ 47.84 35.15 48.52 -
YUV 163.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 227 128 182 0 0.44 0.20 0.11 327.27 0.64 0.7
Hex E3 80 B6 0 2C 14 B 147 40 46
Octal 343 200 266 0 54 24 13 507 100 106
Binary 11100011 10000000 10110110 0 101100 10100 1011 101000111 1000000 1000110

Color Harmonies of #E380B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380B6

Black with #E380B6

Text Example


Text Example

White with #E380B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380B6; }

 p { color: rgb(227,128,182); }

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

background-color css

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

 a { background-color: rgb(227,128,182); }

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

border-color css

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

 span { border-color: rgb(227,128,182); }

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