Html Css Color HEX #E0385B Cerise

📋 copy color: '#E0385B'

red 224 ◦ green 56 ◦ blue 91

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

Shades of Cerise #E0385B

Tints of Cerise #E0385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 60.38%
G = 15.09%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E0385B (or 0xE0385B) is known color: Cerise. HEX triplet: E0, 38 and 5B. RGB value is (224,56,91). Sum of RGB (Red+Green+Blue) = 224+56+91=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E0385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0385B is #1FC7A4. Grayscale: #6E6E6E. Windows color (decimal): -2082725 or 5978336. OLE color: 5978336.

HSL color Cylindrical-coordinate representation of color #E0385B: hue angle of 347.5º 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 #E0385B is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 91 -
CMYK 0 0.75 0.59 0.12
HSL 347.5º 0.73% 0.55% -
HSV(B) 347.5º 0.75% 0.88% -
XYZ 34.04 19.43 11.85 -
YUV 110.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 224 56 91 0 0.75 0.59 0.12 347.5 0.73 0.55
Hex E0 38 5B 0 4B 3B C 15C 49 37
Octal 340 70 133 0 113 73 14 534 111 67
Binary 11100000 111000 1011011 0 1001011 111011 1100 101011100 1001001 110111

Color Harmonies of #E0385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0385B

Black with #E0385B

Text Example


Text Example

White with #E0385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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