Html Css Color HEX #EB388B Deep Cerise

📋 copy color: '#EB388B'

red 235 ◦ green 56 ◦ blue 139

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

Shades of Deep Cerise #EB388B

Tints of Deep Cerise #EB388B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.02%

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

R = 54.65%
G = 13.02%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB388B (or 0xEB388B) is known color: Deep Cerise. HEX triplet: EB, 38 and 8B. RGB value is (235,56,139). Sum of RGB (Red+Green+Blue) = 235+56+139=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB388B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB388B is #14C774. Grayscale: #767676. Windows color (decimal): -1361781 or 9124075. OLE color: 9124075.

HSL color Cylindrical-coordinate representation of color #EB388B: hue angle of 332.18º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EB388B is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 56 139 -
CMYK 0 0.76 0.41 0.08
HSL 332.18º 0.82% 0.57% -
HSV(B) 332.18º 0.76% 0.92% -
XYZ 40.34 22.35 26.62 -
YUV 118.98 139.3 210.75 -
System Red Green Blue C M Y K H S L
Decimal 235 56 139 0 0.76 0.41 0.08 332.18 0.82 0.57
Hex EB 38 8B 0 4C 29 8 14C 52 39
Octal 353 70 213 0 114 51 10 514 122 71
Binary 11101011 111000 10001011 0 1001100 101001 1000 101001100 1010010 111001

Color Harmonies of #EB388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB388B

Black with #EB388B

Text Example


Text Example

White with #EB388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB388B; }

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

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

background-color css

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

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

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

border-color css

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

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

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