Html Css Color HEX #E2385B Cerise

📋 copy color: '#E2385B'

red 226 ◦ green 56 ◦ blue 91

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

Shades of Cerise #E2385B

Tints of Cerise #E2385B

RGB

 RED value IS 226 (88.67% from 255) = 60.59%

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

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

R = 60.59%
G = 15.01%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2385B (or 0xE2385B) is known color: Cerise. HEX triplet: E2, 38 and 5B. RGB value is (226,56,91). Sum of RGB (Red+Green+Blue) = 226+56+91=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2385B is #1DC7A4. Grayscale: #6E6E6E. Windows color (decimal): -1951653 or 5978338. OLE color: 5978338.

HSL color Cylindrical-coordinate representation of color #E2385B: hue angle of 347.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2385B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 56 91 -
CMYK 0 0.75 0.60 0.11
HSL 347.65º 0.75% 0.55% -
HSV(B) 347.65º 0.75% 0.89% -
XYZ 34.67 19.75 11.88 -
YUV 110.82 116.82 210.15 -
System Red Green Blue C M Y K H S L
Decimal 226 56 91 0 0.75 0.60 0.11 347.65 0.75 0.55
Hex E2 38 5B 0 4B 3C B 15C 4B 37
Octal 342 70 133 0 113 74 13 534 113 67
Binary 11100010 111000 1011011 0 1001011 111100 1011 101011100 1001011 110111

Color Harmonies of #E2385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2385B

Black with #E2385B

Text Example


Text Example

White with #E2385B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2385B; }

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

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

background-color css

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

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

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

border-color css

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

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

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