Html Css Color HEX #E9385D Cerise

📋 copy color: '#E9385D'

red 233 ◦ green 56 ◦ blue 93

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

Shades of Cerise #E9385D

Tints of Cerise #E9385D

RGB

 RED value IS 233 (91.41% from 255) = 60.99%

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

 BLUE value IS 93 (36.72% from 255) = 24.35%

R = 60.99%
G = 14.66%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9385D (or 0xE9385D) is known color: Cerise. HEX triplet: E9, 38 and 5D. RGB value is (233,56,93). Sum of RGB (Red+Green+Blue) = 233+56+93=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385D is #16C7A2. Grayscale: #717171. Windows color (decimal): -1492899 or 6109417. OLE color: 6109417.

HSL color Cylindrical-coordinate representation of color #E9385D: hue angle of 347.46º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9385D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 56 93 -
CMYK 0 0.76 0.60 0.09
HSL 347.46º 0.8% 0.57% -
HSV(B) 347.46º 0.76% 0.91% -
XYZ 36.99 20.94 12.45 -
YUV 113.14 116.64 213.49 -
System Red Green Blue C M Y K H S L
Decimal 233 56 93 0 0.76 0.60 0.09 347.46 0.8 0.57
Hex E9 38 5D 0 4C 3C 9 15B 50 39
Octal 351 70 135 0 114 74 11 533 120 71
Binary 11101001 111000 1011101 0 1001100 111100 1001 101011011 1010000 111001

Color Harmonies of #E9385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9385D

Black with #E9385D

Text Example


Text Example

White with #E9385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9385D; }

 p { color: rgb(233,56,93); }

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

background-color css

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

 a { background-color: rgb(233,56,93); }

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

border-color css

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

 span { border-color: rgb(233,56,93); }

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