Html Css Color HEX #E6329F Persian Rose

📋 copy color: '#E6329F'

red 230 ◦ green 50 ◦ blue 159

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

Shades of Persian Rose #E6329F

Tints of Persian Rose #E6329F

RGB

 RED value IS 230 (90.23% from 255) = 52.39%

 GREEN value IS 50 (19.92% from 255) = 11.39%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 52.39%
G = 11.39%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E6329F (or 0xE6329F) is known color: Persian Rose. HEX triplet: E6, 32 and 9F. RGB value is (230,50,159). Sum of RGB (Red+Green+Blue) = 230+50+159=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329F is #19CD60. Grayscale: #737373. Windows color (decimal): -1690977 or 10433254. OLE color: 10433254.

HSL color Cylindrical-coordinate representation of color #E6329F: hue angle of 323.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6329F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 159 -
CMYK 0 0.78 0.31 0.10
HSL 323.67º 0.78% 0.55% -
HSV(B) 323.67º 0.78% 0.9% -
XYZ 40.03 21.61 34.86 -
YUV 116.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 230 50 159 0 0.78 0.31 0.10 323.67 0.78 0.55
Hex E6 32 9F 0 4E 1F A 144 4E 37
Octal 346 62 237 0 116 37 12 504 116 67
Binary 11100110 110010 10011111 0 1001110 11111 1010 101000100 1001110 110111

Color Harmonies of #E6329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6329F

Black with #E6329F

Text Example


Text Example

White with #E6329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6329F; }

 p { color: rgb(230,50,159); }

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

background-color css

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

 a { background-color: rgb(230,50,159); }

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

border-color css

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

 span { border-color: rgb(230,50,159); }

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