Html Css Color HEX #EB328D Deep Cerise

📋 copy color: '#EB328D'

red 235 ◦ green 50 ◦ blue 141

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

Shades of Deep Cerise #EB328D

Tints of Deep Cerise #EB328D

RGB

 RED value IS 235 (92.19% from 255) = 55.16%

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

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 55.16%
G = 11.74%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB328D (or 0xEB328D) is known color: Deep Cerise. HEX triplet: EB, 32 and 8D. RGB value is (235,50,141). Sum of RGB (Red+Green+Blue) = 235+50+141=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB328D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB328D is #14CD72. Grayscale: #737373. Windows color (decimal): -1363315 or 9253611. OLE color: 9253611.

HSL color Cylindrical-coordinate representation of color #EB328D: hue angle of 330.49º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB328D is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 141 -
CMYK 0 0.79 0.4 0.08
HSL 330.49º 0.82% 0.56% -
HSV(B) 330.49º 0.79% 0.92% -
XYZ 40.21 21.87 27.3 -
YUV 115.69 142.29 213.1 -
System Red Green Blue C M Y K H S L
Decimal 235 50 141 0 0.79 0.4 0.08 330.49 0.82 0.56
Hex EB 32 8D 0 4F 28 8 14A 52 38
Octal 353 62 215 0 117 50 10 512 122 70
Binary 11101011 110010 10001101 0 1001111 101000 1000 101001010 1010010 111000

Color Harmonies of #EB328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB328D

Black with #EB328D

Text Example


Text Example

White with #EB328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB328D; }

 p { color: rgb(235,50,141); }

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

background-color css

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

 a { background-color: rgb(235,50,141); }

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

border-color css

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

 span { border-color: rgb(235,50,141); }

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