Html Css Color HEX #E6329A Deep Cerise

📋 copy color: '#E6329A'

red 230 ◦ green 50 ◦ blue 154

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

Shades of Deep Cerise #E6329A

Tints of Deep Cerise #E6329A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 53%
G = 11.52%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#E6329A (or 0xE6329A) is known color: Deep Cerise. HEX triplet: E6, 32 and 9A. RGB value is (230,50,154). Sum of RGB (Red+Green+Blue) = 230+50+154=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E6329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6329A is #19CD65. Grayscale: #737373. Windows color (decimal): -1690982 or 10105574. OLE color: 10105574.

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

Color convert

RGB 230 50 154 -
CMYK 0 0.78 0.33 0.10
HSL 325.33º 0.78% 0.55% -
HSV(B) 325.33º 0.78% 0.9% -
XYZ 39.61 21.44 32.62 -
YUV 115.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 230 50 154 0 0.78 0.33 0.10 325.33 0.78 0.55
Hex E6 32 9A 0 4E 21 A 145 4E 37
Octal 346 62 232 0 116 41 12 505 116 67
Binary 11100110 110010 10011010 0 1001110 100001 1010 101000101 1001110 110111

Color Harmonies of #E6329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6329A

Black with #E6329A

Text Example


Text Example

White with #E6329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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