Html Css Color HEX #E1346C Cerise

📋 copy color: '#E1346C'

red 225 ◦ green 52 ◦ blue 108

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

Shades of Cerise #E1346C

Tints of Cerise #E1346C

RGB

 RED value IS 225 (88.28% from 255) = 58.44%

 GREEN value IS 52 (20.7% from 255) = 13.51%

 BLUE value IS 108 (42.58% from 255) = 28.05%

R = 58.44%
G = 13.51%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1346C (or 0xE1346C) is known color: Cerise. HEX triplet: E1, 34 and 6C. RGB value is (225,52,108). Sum of RGB (Red+Green+Blue) = 225+52+108=385 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.44% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 225 - color contains mainly: red. Hex color #E1346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1346C is #1ECB93. Grayscale: #6E6E6E. Windows color (decimal): -2018196 or 7091425. OLE color: 7091425.

HSL color Cylindrical-coordinate representation of color #E1346C: hue angle of 340.58º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1346C is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 52 108 -
CMYK 0 0.77 0.52 0.12
HSL 340.58º 0.74% 0.54% -
HSV(B) 340.58º 0.77% 0.88% -
XYZ 34.99 19.55 16.12 -
YUV 110.11 126.81 209.95 -
System Red Green Blue C M Y K H S L
Decimal 225 52 108 0 0.77 0.52 0.12 340.58 0.74 0.54
Hex E1 34 6C 0 4D 34 C 155 4A 36
Octal 341 64 154 0 115 64 14 525 112 66
Binary 11100001 110100 1101100 0 1001101 110100 1100 101010101 1001010 110110

Color Harmonies of #E1346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1346C

Black with #E1346C

Text Example


Text Example

White with #E1346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1346C; }

 p { color: rgb(225,52,108); }

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

background-color css

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

 a { background-color: rgb(225,52,108); }

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

border-color css

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

 span { border-color: rgb(225,52,108); }

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