Html Css Color HEX #E340B1 Persian Rose

📋 copy color: '#E340B1'

red 227 ◦ green 64 ◦ blue 177

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

Shades of Persian Rose #E340B1

Tints of Persian Rose #E340B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.68%

 BLUE value IS 177 (69.53% from 255) = 37.82%

R = 48.5%
G = 13.68%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E340B1 (or 0xE340B1) is known color: Persian Rose. HEX triplet: E3, 40 and B1. RGB value is (227,64,177). Sum of RGB (Red+Green+Blue) = 227+64+177=468 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.50% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 227 - color contains mainly: red. Hex color #E340B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340B1 is #1CBF4E. Grayscale: #7D7D7D. Windows color (decimal): -1883983 or 11616483. OLE color: 11616483.

HSL color Cylindrical-coordinate representation of color #E340B1: hue angle of 318.4º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E340B1 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 177 -
CMYK 0 0.72 0.22 0.11
HSL 318.4º 0.74% 0.57% -
HSV(B) 318.4º 0.72% 0.89% -
XYZ 41.45 23.17 43.88 -
YUV 125.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 227 64 177 0 0.72 0.22 0.11 318.4 0.74 0.57
Hex E3 40 B1 0 48 16 B 13E 4A 39
Octal 343 100 261 0 110 26 13 476 112 71
Binary 11100011 1000000 10110001 0 1001000 10110 1011 100111110 1001010 111001

Color Harmonies of #E340B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340B1

Black with #E340B1

Text Example


Text Example

White with #E340B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340B1; }

 p { color: rgb(227,64,177); }

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

background-color css

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

 a { background-color: rgb(227,64,177); }

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

border-color css

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

 span { border-color: rgb(227,64,177); }

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