Html Css Color HEX #EB326D Cerise

📋 copy color: '#EB326D'

red 235 ◦ green 50 ◦ blue 109

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

Shades of Cerise #EB326D

Tints of Cerise #EB326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 59.64%
G = 12.69%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EB326D (or 0xEB326D) is known color: Cerise. HEX triplet: EB, 32 and 6D. RGB value is (235,50,109). Sum of RGB (Red+Green+Blue) = 235+50+109=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB326D is #14CD92. Grayscale: #6F6F6F. Windows color (decimal): -1363347 or 7156459. OLE color: 7156459.

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

Color convert

RGB 235 50 109 -
CMYK 0 0.79 0.54 0.08
HSL 340.86º 0.82% 0.56% -
HSV(B) 340.86º 0.79% 0.92% -
XYZ 38.16 21.05 16.52 -
YUV 112.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 235 50 109 0 0.79 0.54 0.08 340.86 0.82 0.56
Hex EB 32 6D 0 4F 36 8 155 52 38
Octal 353 62 155 0 117 66 10 525 122 70
Binary 11101011 110010 1101101 0 1001111 110110 1000 101010101 1010010 111000

Color Harmonies of #EB326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB326D

Black with #EB326D

Text Example


Text Example

White with #EB326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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