Html Css Color HEX #E2385C Cerise

📋 copy color: '#E2385C'

red 226 ◦ green 56 ◦ blue 92

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

Shades of Cerise #E2385C

Tints of Cerise #E2385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 60.43%
G = 14.97%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E2385C (or 0xE2385C) is known color: Cerise. HEX triplet: E2, 38 and 5C. RGB value is (226,56,92). Sum of RGB (Red+Green+Blue) = 226+56+92=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2385C is #1DC7A3. Grayscale: #6E6E6E. Windows color (decimal): -1951652 or 6043874. OLE color: 6043874.

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

Color convert

RGB 226 56 92 -
CMYK 0 0.75 0.59 0.11
HSL 347.29º 0.75% 0.55% -
HSV(B) 347.29º 0.75% 0.89% -
XYZ 34.71 19.77 12.11 -
YUV 110.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 226 56 92 0 0.75 0.59 0.11 347.29 0.75 0.55
Hex E2 38 5C 0 4B 3B B 15B 4B 37
Octal 342 70 134 0 113 73 13 533 113 67
Binary 11100010 111000 1011100 0 1001011 111011 1011 101011011 1001011 110111

Color Harmonies of #E2385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2385C

Black with #E2385C

Text Example


Text Example

White with #E2385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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