Html Css Color HEX #E6329E Persian Rose

📋 copy color: '#E6329E'

red 230 ◦ green 50 ◦ blue 158

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

Shades of Persian Rose #E6329E

Tints of Persian Rose #E6329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.07%

R = 52.51%
G = 11.42%
B = 36.07%

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

#E6329E (or 0xE6329E) is known color: Persian Rose. HEX triplet: E6, 32 and 9E. RGB value is (230,50,158). Sum of RGB (Red+Green+Blue) = 230+50+158=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329E is #19CD61. Grayscale: #737373. Windows color (decimal): -1690978 or 10367718. OLE color: 10367718.

HSL color Cylindrical-coordinate representation of color #E6329E: hue angle of 324º 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 #E6329E is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 50 158 -
CMYK 0 0.78 0.31 0.10
HSL 324º 0.78% 0.55% -
HSV(B) 324º 0.78% 0.9% -
XYZ 39.95 21.57 34.41 -
YUV 116.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 230 50 158 0 0.78 0.31 0.10 324 0.78 0.55
Hex E6 32 9E 0 4E 1F A 144 4E 37
Octal 346 62 236 0 116 37 12 504 116 67
Binary 11100110 110010 10011110 0 1001110 11111 1010 101000100 1001110 110111

Color Harmonies of #E6329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6329E

Black with #E6329E

Text Example


Text Example

White with #E6329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6329E; }

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

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

background-color css

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

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

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

border-color css

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

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

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