Html Css Color HEX #E0385D Cerise

📋 copy color: '#E0385D'

red 224 ◦ green 56 ◦ blue 93

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

Shades of Cerise #E0385D

Tints of Cerise #E0385D

RGB

 RED value IS 224 (87.89% from 255) = 60.05%

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

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

R = 60.05%
G = 15.01%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0385D (or 0xE0385D) is known color: Cerise. HEX triplet: E0, 38 and 5D. RGB value is (224,56,93). Sum of RGB (Red+Green+Blue) = 224+56+93=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E0385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0385D is #1FC7A2. Grayscale: #6E6E6E. Windows color (decimal): -2082723 or 6109408. OLE color: 6109408.

HSL color Cylindrical-coordinate representation of color #E0385D: hue angle of 346.79º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0385D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 93 -
CMYK 0 0.75 0.58 0.12
HSL 346.79º 0.73% 0.55% -
HSV(B) 346.79º 0.75% 0.88% -
XYZ 34.13 19.47 12.31 -
YUV 110.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 224 56 93 0 0.75 0.58 0.12 346.79 0.73 0.55
Hex E0 38 5D 0 4B 3A C 15B 49 37
Octal 340 70 135 0 113 72 14 533 111 67
Binary 11100000 111000 1011101 0 1001011 111010 1100 101011011 1001001 110111

Color Harmonies of #E0385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0385D

Black with #E0385D

Text Example


Text Example

White with #E0385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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