Html Css Color HEX #EB338C Deep Cerise

📋 copy color: '#EB338C'

red 235 ◦ green 51 ◦ blue 140

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

Shades of Deep Cerise #EB338C

Tints of Deep Cerise #EB338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.97%

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

R = 55.16%
G = 11.97%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB338C (or 0xEB338C) is known color: Deep Cerise. HEX triplet: EB, 33 and 8C. RGB value is (235,51,140). Sum of RGB (Red+Green+Blue) = 235+51+140=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB338C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB338C is #14CC73. Grayscale: #737373. Windows color (decimal): -1363060 or 9188331. OLE color: 9188331.

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

Color convert

RGB 235 51 140 -
CMYK 0 0.78 0.40 0.08
HSL 330.98º 0.82% 0.56% -
HSV(B) 330.98º 0.78% 0.92% -
XYZ 40.18 21.92 26.92 -
YUV 116.16 141.46 212.76 -
System Red Green Blue C M Y K H S L
Decimal 235 51 140 0 0.78 0.40 0.08 330.98 0.82 0.56
Hex EB 33 8C 0 4E 28 8 14B 52 38
Octal 353 63 214 0 116 50 10 513 122 70
Binary 11101011 110011 10001100 0 1001110 101000 1000 101001011 1010010 111000

Color Harmonies of #EB338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB338C

Black with #EB338C

Text Example


Text Example

White with #EB338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB338C; }

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

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

background-color css

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

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

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

border-color css

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

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

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