Html Css Color HEX #EB328C Deep Cerise

📋 copy color: '#EB328C'

red 235 ◦ green 50 ◦ blue 140

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

Shades of Deep Cerise #EB328C

Tints of Deep Cerise #EB328C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 55.29%
G = 11.76%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB328C (or 0xEB328C) is known color: Deep Cerise. HEX triplet: EB, 32 and 8C. RGB value is (235,50,140). Sum of RGB (Red+Green+Blue) = 235+50+140=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB328C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB328C is #14CD73. Grayscale: #737373. Windows color (decimal): -1363316 or 9188075. OLE color: 9188075.

HSL color Cylindrical-coordinate representation of color #EB328C: hue angle of 330.81º 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 #EB328C is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 140 -
CMYK 0 0.79 0.40 0.08
HSL 330.81º 0.82% 0.56% -
HSV(B) 330.81º 0.79% 0.92% -
XYZ 40.14 21.84 26.91 -
YUV 115.58 141.79 213.18 -
System Red Green Blue C M Y K H S L
Decimal 235 50 140 0 0.79 0.40 0.08 330.81 0.82 0.56
Hex EB 32 8C 0 4F 28 8 14B 52 38
Octal 353 62 214 0 117 50 10 513 122 70
Binary 11101011 110010 10001100 0 1001111 101000 1000 101001011 1010010 111000

Color Harmonies of #EB328C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB328C

Black with #EB328C

Text Example


Text Example

White with #EB328C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB328C; }

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

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

background-color css

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

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

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

border-color css

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

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

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