Html Css Color HEX #E6328E Deep Cerise

📋 copy color: '#E6328E'

red 230 ◦ green 50 ◦ blue 142

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

Shades of Deep Cerise #E6328E

Tints of Deep Cerise #E6328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 54.5%
G = 11.85%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6328E (or 0xE6328E) is known color: Deep Cerise. HEX triplet: E6, 32 and 8E. RGB value is (230,50,142). Sum of RGB (Red+Green+Blue) = 230+50+142=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6328E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6328E is #19CD71. Grayscale: #727272. Windows color (decimal): -1690994 or 9319142. OLE color: 9319142.

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

Color convert

RGB 230 50 142 -
CMYK 0 0.78 0.38 0.10
HSL 329.33º 0.78% 0.55% -
HSV(B) 329.33º 0.78% 0.9% -
XYZ 38.66 21.06 27.62 -
YUV 114.31 143.63 210.52 -
System Red Green Blue C M Y K H S L
Decimal 230 50 142 0 0.78 0.38 0.10 329.33 0.78 0.55
Hex E6 32 8E 0 4E 26 A 149 4E 37
Octal 346 62 216 0 116 46 12 511 116 67
Binary 11100110 110010 10001110 0 1001110 100110 1010 101001001 1001110 110111

Color Harmonies of #E6328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6328E

Black with #E6328E

Text Example


Text Example

White with #E6328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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