Html Css Color HEX #E0385A Cerise

📋 copy color: '#E0385A'

red 224 ◦ green 56 ◦ blue 90

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

Shades of Cerise #E0385A

Tints of Cerise #E0385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 60.54%
G = 15.14%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0385A (or 0xE0385A) is known color: Cerise. HEX triplet: E0, 38 and 5A. RGB value is (224,56,90). Sum of RGB (Red+Green+Blue) = 224+56+90=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E0385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0385A is #1FC7A5. Grayscale: #6E6E6E. Windows color (decimal): -2082726 or 5912800. OLE color: 5912800.

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

Color convert

RGB 224 56 90 -
CMYK 0 0.75 0.60 0.12
HSL 347.86º 0.73% 0.55% -
HSV(B) 347.86º 0.75% 0.88% -
XYZ 34 19.41 11.63 -
YUV 110.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 224 56 90 0 0.75 0.60 0.12 347.86 0.73 0.55
Hex E0 38 5A 0 4B 3C C 15C 49 37
Octal 340 70 132 0 113 74 14 534 111 67
Binary 11100000 111000 1011010 0 1001011 111100 1100 101011100 1001001 110111

Color Harmonies of #E0385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0385A

Black with #E0385A

Text Example


Text Example

White with #E0385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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