Html Css Color HEX #EB298D Deep Cerise

📋 copy color: '#EB298D'

red 235 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #EB298D

Tints of Deep Cerise #EB298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 56.35%
G = 9.83%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB298D (or 0xEB298D) is known color: Deep Cerise. HEX triplet: EB, 29 and 8D. RGB value is (235,41,141). Sum of RGB (Red+Green+Blue) = 235+41+141=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB298D is #14D672. Grayscale: #6E6E6E. Windows color (decimal): -1365619 or 9251307. OLE color: 9251307.

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

Color convert

RGB 235 41 141 -
CMYK 0 0.83 0.4 0.08
HSL 329.07º 0.83% 0.54% -
HSV(B) 329.07º 0.83% 0.92% -
XYZ 39.86 21.17 27.18 -
YUV 110.41 145.27 216.87 -
System Red Green Blue C M Y K H S L
Decimal 235 41 141 0 0.83 0.4 0.08 329.07 0.83 0.54
Hex EB 29 8D 0 53 28 8 149 53 36
Octal 353 51 215 0 123 50 10 511 123 66
Binary 11101011 101001 10001101 0 1010011 101000 1000 101001001 1010011 110110

Color Harmonies of #EB298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB298D

Black with #EB298D

Text Example


Text Example

White with #EB298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB298D; }

 p { color: rgb(235,41,141); }

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

background-color css

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

 a { background-color: rgb(235,41,141); }

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

border-color css

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

 span { border-color: rgb(235,41,141); }

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