Html Css Color HEX #EB238D Deep Cerise

📋 copy color: '#EB238D'

red 235 ◦ green 35 ◦ blue 141

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

Shades of Deep Cerise #EB238D

Tints of Deep Cerise #EB238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.52%

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

R = 57.18%
G = 8.52%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB238D (or 0xEB238D) is known color: Deep Cerise. HEX triplet: EB, 23 and 8D. RGB value is (235,35,141). Sum of RGB (Red+Green+Blue) = 235+35+141=411 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.18% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 235 - color contains mainly: red. Hex color #EB238D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB238D is #14DC72. Grayscale: #6A6A6A. Windows color (decimal): -1367155 or 9249771. OLE color: 9249771.

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

Color convert

RGB 235 35 141 -
CMYK 0 0.85 0.4 0.08
HSL 328.2º 0.83% 0.53% -
HSV(B) 328.2º 0.85% 0.92% -
XYZ 39.67 20.79 27.12 -
YUV 106.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 235 35 141 0 0.85 0.4 0.08 328.2 0.83 0.53
Hex EB 23 8D 0 55 28 8 148 53 35
Octal 353 43 215 0 125 50 10 510 123 65
Binary 11101011 100011 10001101 0 1010101 101000 1000 101001000 1010011 110101

Color Harmonies of #EB238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB238D

Black with #EB238D

Text Example


Text Example

White with #EB238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB238D; }

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

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

background-color css

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

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

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

border-color css

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

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

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