Html Css Color HEX #E48296 Carissma

📋 copy color: '#E48296'

red 228 ◦ green 130 ◦ blue 150

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

Shades of Carissma #E48296

Tints of Carissma #E48296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.59%

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

R = 44.88%
G = 25.59%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E48296 (or 0xE48296) is known color: Carissma. HEX triplet: E4, 82 and 96. RGB value is (228,130,150). Sum of RGB (Red+Green+Blue) = 228+130+150=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E48296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48296 is #1B7D69. Grayscale: #A1A1A1. Windows color (decimal): -1801578 or 9863908. OLE color: 9863908.

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

Color convert

RGB 228 130 150 -
CMYK 0 0.43 0.34 0.11
HSL 347.76º 0.64% 0.7% -
HSV(B) 347.76º 0.43% 0.89% -
XYZ 45.48 34.66 33.15 -
YUV 161.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 228 130 150 0 0.43 0.34 0.11 347.76 0.64 0.7
Hex E4 82 96 0 2B 22 B 15C 40 46
Octal 344 202 226 0 53 42 13 534 100 106
Binary 11100100 10000010 10010110 0 101011 100010 1011 101011100 1000000 1000110

Color Harmonies of #E48296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48296

Black with #E48296

Text Example


Text Example

White with #E48296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48296; }

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

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

background-color css

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

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

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

border-color css

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

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

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