Html Css Color HEX #E48496 Carissma

📋 copy color: '#E48496'

red 228 ◦ green 132 ◦ blue 150

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

Shades of Carissma #E48496

Tints of Carissma #E48496

RGB

 RED value IS 228 (89.45% from 255) = 44.71%

 GREEN value IS 132 (51.95% from 255) = 25.88%

 BLUE value IS 150 (58.98% from 255) = 29.41%

R = 44.71%
G = 25.88%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E48496 (or 0xE48496) is known color: Carissma. HEX triplet: E4, 84 and 96. RGB value is (228,132,150). Sum of RGB (Red+Green+Blue) = 228+132+150=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 132 (51.95% from 255 or 25.88% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E48496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48496 is #1B7B69. Grayscale: #A2A2A2. Windows color (decimal): -1801066 or 9864420. OLE color: 9864420.

HSL color Cylindrical-coordinate representation of color #E48496: hue angle of 348.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E48496 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 132 150 -
CMYK 0 0.42 0.34 0.11
HSL 348.75º 0.64% 0.71% -
HSV(B) 348.75º 0.42% 0.89% -
XYZ 45.75 35.2 33.24 -
YUV 162.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 228 132 150 0 0.42 0.34 0.11 348.75 0.64 0.71
Hex E4 84 96 0 2A 22 B 15D 40 47
Octal 344 204 226 0 52 42 13 535 100 107
Binary 11100100 10000100 10010110 0 101010 100010 1011 101011101 1000000 1000111

Color Harmonies of #E48496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48496

Black with #E48496

Text Example


Text Example

White with #E48496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48496; }

 p { color: rgb(228,132,150); }

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

background-color css

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

 a { background-color: rgb(228,132,150); }

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

border-color css

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

 span { border-color: rgb(228,132,150); }

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