Html Css Color HEX #EB327B Deep Cerise

📋 copy color: '#EB327B'

red 235 ◦ green 50 ◦ blue 123

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

Shades of Deep Cerise #EB327B

Tints of Deep Cerise #EB327B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 57.6%
G = 12.25%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB327B (or 0xEB327B) is known color: Deep Cerise. HEX triplet: EB, 32 and 7B. RGB value is (235,50,123). Sum of RGB (Red+Green+Blue) = 235+50+123=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB327B is #14CD84. Grayscale: #717171. Windows color (decimal): -1363333 or 8073963. OLE color: 8073963.

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

Color convert

RGB 235 50 123 -
CMYK 0 0.79 0.48 0.08
HSL 336.32º 0.82% 0.56% -
HSV(B) 336.32º 0.79% 0.92% -
XYZ 38.98 21.37 20.81 -
YUV 113.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 235 50 123 0 0.79 0.48 0.08 336.32 0.82 0.56
Hex EB 32 7B 0 4F 30 8 150 52 38
Octal 353 62 173 0 117 60 10 520 122 70
Binary 11101011 110010 1111011 0 1001111 110000 1000 101010000 1010010 111000

Color Harmonies of #EB327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB327B

Black with #EB327B

Text Example


Text Example

White with #EB327B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB327B; }

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

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

background-color css

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

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

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

border-color css

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

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

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