Html Css Color HEX #E340B0 Persian Rose

📋 copy color: '#E340B0'

red 227 ◦ green 64 ◦ blue 176

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

Shades of Persian Rose #E340B0

Tints of Persian Rose #E340B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.69%

R = 48.61%
G = 13.7%
B = 37.69%

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

#E340B0 (or 0xE340B0) is known color: Persian Rose. HEX triplet: E3, 40 and B0. RGB value is (227,64,176). Sum of RGB (Red+Green+Blue) = 227+64+176=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E340B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340B0 is #1CBF4F. Grayscale: #7D7D7D. Windows color (decimal): -1883984 or 11550947. OLE color: 11550947.

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

Color convert

RGB 227 64 176 -
CMYK 0 0.72 0.22 0.11
HSL 318.77º 0.74% 0.57% -
HSV(B) 318.77º 0.72% 0.89% -
XYZ 41.35 23.13 43.36 -
YUV 125.51 156.5 200.39 -
System Red Green Blue C M Y K H S L
Decimal 227 64 176 0 0.72 0.22 0.11 318.77 0.74 0.57
Hex E3 40 B0 0 48 16 B 13F 4A 39
Octal 343 100 260 0 110 26 13 477 112 71
Binary 11100011 1000000 10110000 0 1001000 10110 1011 100111111 1001010 111001

Color Harmonies of #E340B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340B0

Black with #E340B0

Text Example


Text Example

White with #E340B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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