Html Css Color HEX #E9385C Cerise

📋 copy color: '#E9385C'

red 233 ◦ green 56 ◦ blue 92

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

Shades of Cerise #E9385C

Tints of Cerise #E9385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.15%

R = 61.15%
G = 14.7%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9385C (or 0xE9385C) is known color: Cerise. HEX triplet: E9, 38 and 5C. RGB value is (233,56,92). Sum of RGB (Red+Green+Blue) = 233+56+92=381 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.15% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 233 - color contains mainly: red. Hex color #E9385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9385C is #16C7A3. Grayscale: #717171. Windows color (decimal): -1492900 or 6043881. OLE color: 6043881.

HSL color Cylindrical-coordinate representation of color #E9385C: hue angle of 347.8º 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 #E9385C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 56 92 -
CMYK 0 0.76 0.61 0.09
HSL 347.8º 0.8% 0.57% -
HSV(B) 347.8º 0.76% 0.91% -
XYZ 36.95 20.92 12.22 -
YUV 113.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 233 56 92 0 0.76 0.61 0.09 347.8 0.8 0.57
Hex E9 38 5C 0 4C 3D 9 15C 50 39
Octal 351 70 134 0 114 75 11 534 120 71
Binary 11101001 111000 1011100 0 1001100 111101 1001 101011100 1010000 111001

Color Harmonies of #E9385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9385C

Black with #E9385C

Text Example


Text Example

White with #E9385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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