Html Css Color HEX #E2385A Cerise

📋 copy color: '#E2385A'

red 226 ◦ green 56 ◦ blue 90

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

Shades of Cerise #E2385A

Tints of Cerise #E2385A

RGB

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

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

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

R = 60.75%
G = 15.05%
B = 24.19%

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

#E2385A (or 0xE2385A) is known color: Cerise. HEX triplet: E2, 38 and 5A. RGB value is (226,56,90). Sum of RGB (Red+Green+Blue) = 226+56+90=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2385A is #1DC7A5. Grayscale: #6E6E6E. Windows color (decimal): -1951654 or 5912802. OLE color: 5912802.

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

Color convert

RGB 226 56 90 -
CMYK 0 0.75 0.60 0.11
HSL 348º 0.75% 0.55% -
HSV(B) 348º 0.75% 0.89% -
XYZ 34.62 19.74 11.66 -
YUV 110.71 116.32 210.24 -
System Red Green Blue C M Y K H S L
Decimal 226 56 90 0 0.75 0.60 0.11 348 0.75 0.55
Hex E2 38 5A 0 4B 3C B 15C 4B 37
Octal 342 70 132 0 113 74 13 534 113 67
Binary 11100010 111000 1011010 0 1001011 111100 1011 101011100 1001011 110111

Color Harmonies of #E2385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2385A

Black with #E2385A

Text Example


Text Example

White with #E2385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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