Html Css Color HEX #EB238B Deep Cerise

📋 copy color: '#EB238B'

red 235 ◦ green 35 ◦ blue 139

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

Shades of Deep Cerise #EB238B

Tints of Deep Cerise #EB238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 57.46%
G = 8.56%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB238B (or 0xEB238B) is known color: Deep Cerise. HEX triplet: EB, 23 and 8B. RGB value is (235,35,139). Sum of RGB (Red+Green+Blue) = 235+35+139=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 35 (14.06% from 255 or 8.56% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB238B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB238B is #14DC74. Grayscale: #6A6A6A. Windows color (decimal): -1367157 or 9118699. OLE color: 9118699.

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

Color convert

RGB 235 35 139 -
CMYK 0 0.85 0.41 0.08
HSL 328.8º 0.83% 0.53% -
HSV(B) 328.8º 0.85% 0.92% -
XYZ 39.52 20.73 26.34 -
YUV 106.66 146.26 219.54 -
System Red Green Blue C M Y K H S L
Decimal 235 35 139 0 0.85 0.41 0.08 328.8 0.83 0.53
Hex EB 23 8B 0 55 29 8 149 53 35
Octal 353 43 213 0 125 51 10 511 123 65
Binary 11101011 100011 10001011 0 1010101 101001 1000 101001001 1010011 110101

Color Harmonies of #EB238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB238B

Black with #EB238B

Text Example


Text Example

White with #EB238B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB238B; }

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

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

background-color css

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

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

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

border-color css

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

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

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