Html Css Color HEX #E48B96 Carissma

📋 copy color: '#E48B96'

red 228 ◦ green 139 ◦ blue 150

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

Shades of Carissma #E48B96

Tints of Carissma #E48B96

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.89%

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

R = 44.1%
G = 26.89%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E48B96 (or 0xE48B96) is known color: Carissma. HEX triplet: E4, 8B and 96. RGB value is (228,139,150). Sum of RGB (Red+Green+Blue) = 228+139+150=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48B96 is #1B7469. Grayscale: #A6A6A6. Windows color (decimal): -1799274 or 9866212. OLE color: 9866212.

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

Color convert

RGB 228 139 150 -
CMYK 0 0.39 0.34 0.11
HSL 352.58º 0.62% 0.72% -
HSV(B) 352.58º 0.39% 0.89% -
XYZ 46.73 37.16 33.56 -
YUV 166.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 228 139 150 0 0.39 0.34 0.11 352.58 0.62 0.72
Hex E4 8B 96 0 27 22 B 161 3E 48
Octal 344 213 226 0 47 42 13 541 76 110
Binary 11100100 10001011 10010110 0 100111 100010 1011 101100001 111110 1001000

Color Harmonies of #E48B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B96

Black with #E48B96

Text Example


Text Example

White with #E48B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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