Html Css Color HEX #EB238F Deep Cerise

📋 copy color: '#EB238F'

red 235 ◦ green 35 ◦ blue 143

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

Shades of Deep Cerise #EB238F

Tints of Deep Cerise #EB238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 56.9%
G = 8.47%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EB238F (or 0xEB238F) is known color: Deep Cerise. HEX triplet: EB, 23 and 8F. RGB value is (235,35,143). Sum of RGB (Red+Green+Blue) = 235+35+143=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB238F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB238F is #14DC70. Grayscale: #6A6A6A. Windows color (decimal): -1367153 or 9380843. OLE color: 9380843.

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

Color convert

RGB 235 35 143 -
CMYK 0 0.85 0.39 0.08
HSL 327.6º 0.83% 0.53% -
HSV(B) 327.6º 0.85% 0.92% -
XYZ 39.82 20.85 27.91 -
YUV 107.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 235 35 143 0 0.85 0.39 0.08 327.6 0.83 0.53
Hex EB 23 8F 0 55 27 8 148 53 35
Octal 353 43 217 0 125 47 10 510 123 65
Binary 11101011 100011 10001111 0 1010101 100111 1000 101001000 1010011 110101

Color Harmonies of #EB238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB238F

Black with #EB238F

Text Example


Text Example

White with #EB238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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