Html Css Color HEX #E6329C Deep Cerise

📋 copy color: '#E6329C'

red 230 ◦ green 50 ◦ blue 156

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

Shades of Deep Cerise #E6329C

Tints of Deep Cerise #E6329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 52.75%
G = 11.47%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6329C (or 0xE6329C) is known color: Deep Cerise. HEX triplet: E6, 32 and 9C. RGB value is (230,50,156). Sum of RGB (Red+Green+Blue) = 230+50+156=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329C is #19CD63. Grayscale: #737373. Windows color (decimal): -1690980 or 10236646. OLE color: 10236646.

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

Color convert

RGB 230 50 156 -
CMYK 0 0.78 0.32 0.10
HSL 324.67º 0.78% 0.55% -
HSV(B) 324.67º 0.78% 0.9% -
XYZ 39.77 21.5 33.51 -
YUV 115.9 150.63 209.38 -
System Red Green Blue C M Y K H S L
Decimal 230 50 156 0 0.78 0.32 0.10 324.67 0.78 0.55
Hex E6 32 9C 0 4E 20 A 145 4E 37
Octal 346 62 234 0 116 40 12 505 116 67
Binary 11100110 110010 10011100 0 1001110 100000 1010 101000101 1001110 110111

Color Harmonies of #E6329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6329C

Black with #E6329C

Text Example


Text Example

White with #E6329C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6329C; }

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

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

background-color css

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

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

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

border-color css

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

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

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