Html Css Color HEX #EB278C Deep Cerise

📋 copy color: '#EB278C'

red 235 ◦ green 39 ◦ blue 140

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

Shades of Deep Cerise #EB278C

Tints of Deep Cerise #EB278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.42%

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

R = 56.76%
G = 9.42%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB278C (or 0xEB278C) is known color: Deep Cerise. HEX triplet: EB, 27 and 8C. RGB value is (235,39,140). Sum of RGB (Red+Green+Blue) = 235+39+140=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB278C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB278C is #14D873. Grayscale: #6C6C6C. Windows color (decimal): -1366132 or 9185259. OLE color: 9185259.

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

Color convert

RGB 235 39 140 -
CMYK 0 0.83 0.40 0.08
HSL 329.08º 0.83% 0.54% -
HSV(B) 329.08º 0.83% 0.92% -
XYZ 39.72 21.01 26.77 -
YUV 109.12 145.43 217.79 -
System Red Green Blue C M Y K H S L
Decimal 235 39 140 0 0.83 0.40 0.08 329.08 0.83 0.54
Hex EB 27 8C 0 53 28 8 149 53 36
Octal 353 47 214 0 123 50 10 511 123 66
Binary 11101011 100111 10001100 0 1010011 101000 1000 101001001 1010011 110110

Color Harmonies of #EB278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB278C

Black with #EB278C

Text Example


Text Example

White with #EB278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB278C; }

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

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

background-color css

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

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

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

border-color css

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

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

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